diff --git a/UI/WebServerResources/SOGoDragAndDrop.js b/UI/WebServerResources/SOGoDragAndDrop.js index 83adb8d3d..1056e9044 100644 --- a/UI/WebServerResources/SOGoDragAndDrop.js +++ b/UI/WebServerResources/SOGoDragAndDrop.js @@ -159,7 +159,7 @@ document.DNDManager = { document.DNDManager.currentDndOperation = null; } }, - currentDndOperation: null, + currentDndOperation: null } /* DNDOperation */