From 749011f24f64ac75a1b0deb2470da4a8a00982de Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 7 Feb 2013 11:07:10 -0500 Subject: [PATCH] fixed bug with dragstart --- lib/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client.js b/lib/client.js index cc74fead..beb3518d 100644 --- a/lib/client.js +++ b/lib/client.js @@ -500,7 +500,7 @@ CloudCmd._changeLinks = function(pPanelID){ else { DOM.addClickListener( DOM.preventDefault, lLi); DOM.addListener('mousedown', lSetCurrentFile_f, lLi); - DOM.addListener('ondragstart', lOnDragStart_f, ai); + DOM.addListener('dragstart', lOnDragStart_f, ai); /* if right button clicked menu will * loads and shows */