From bec2e4b0440297db407ed221ed73cc44cd6898a4 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 25 May 2007 14:31:24 +0000 Subject: [PATCH] Monotone-Parent: f6b19068a08dfed75e7ea40b073cf352c44bf149 Monotone-Revision: b84126f7bcb792c12d98bfbf76e293a18f1c92cb Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-05-25T14:31:24 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/SOGoDragAndDrop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */