fixed bug with dragstart

This commit is contained in:
coderaiser 2013-02-07 11:07:10 -05:00
parent 3f3153ffa6
commit 749011f24f

View file

@ -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
*/