From: Michael M Slusarz Date: Tue, 14 Dec 2010 05:15:20 +0000 (-0700) Subject: Bug #9444: Existence check X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=591162689f563eb99bd1aac5636c85eb9f3021fb;p=horde.git Bug #9444: Existence check --- diff --git a/horde/js/dragdrop2.js b/horde/js/dragdrop2.js index 57ec1ac9c..3fbad8c57 100644 --- a/horde/js/dragdrop2.js +++ b/horde/js/dragdrop2.js @@ -496,7 +496,7 @@ Drag = Class.create({ } if (elt) { - if (elt == this.ghost.elt) { + if (this.ghost && (elt == this.ghost.elt)) { return; }