move line

pull/46/head
Alexandre Cloutier 2014-07-18 09:33:51 -04:00
parent 8f9b24a23f
commit 3cac794de5
1 changed files with 1 additions and 1 deletions

View File

@ -1380,7 +1380,6 @@ SOGoEventDragController.prototype = {
this.onDragStopBound = null;
this.onDragModeBound = null;
$("DnDCalendarList").style.visibility = 'hidden';
this.leftPanelController.updateLeftPanelVisual.stop();
var utilities = SOGoEventDragUtilities();
if (this.dragHasStarted) {
@ -1401,6 +1400,7 @@ SOGoEventDragController.prototype = {
$$('#calendarList li').each(function(e) {
e.removeClassName('genericHoverClass');
});
this.leftPanelController.updateLeftPanelVisual.stop();
calendarID[0] = this.folderClass.substr(14);
calendarID[1] = this.leftPanelController.dropCalendar.getAttribute("id").substr(1);
delta.start = 0;