From: Michael M Slusarz Date: Tue, 13 Apr 2010 20:22:09 +0000 (-0600) Subject: Nothing to remove here, as it is not a part of the DOM X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b4932037abe29dd356651ab6f0d9d48715547c00;p=horde.git Nothing to remove here, as it is not a part of the DOM --- diff --git a/horde/js/dragdrop2.js b/horde/js/dragdrop2.js index f6cddd79a..7a83fa56c 100644 --- a/horde/js/dragdrop2.js +++ b/horde/js/dragdrop2.js @@ -455,9 +455,7 @@ Drag = Class.create({ this.element.fire(this.wasMoved ? 'DragDrop2:end' : 'DragDrop2:mouseup', Object.clone(e)); - if (tmp) { - tmp.remove(); - } + tmp = null; }, _onMoveDrag: function(xy, e)