From 102f018392b21d5447500c4f3d99f9e5c026d22a Mon Sep 17 00:00:00 2001 From: "Christophe.Boulain" <> Date: Mon, 20 Oct 2008 08:08:22 +0000 Subject: Fix a small bug in scriptaculous dragdrop script. See http://www.pradosoft.com/forum/index.php/topic,9630.msg49166.html#msg49166 --- framework/Web/Javascripts/source/scriptaculous-1.8.1/dragdrop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') diff --git a/framework/Web/Javascripts/source/scriptaculous-1.8.1/dragdrop.js b/framework/Web/Javascripts/source/scriptaculous-1.8.1/dragdrop.js index bf429c26..14f9546e 100644 --- a/framework/Web/Javascripts/source/scriptaculous-1.8.1/dragdrop.js +++ b/framework/Web/Javascripts/source/scriptaculous-1.8.1/dragdrop.js @@ -407,7 +407,7 @@ var Draggable = Class.create({ if(this.options.ghosting) { if (!this.element._originallyAbsolute) Position.relativize(this.element); - delete this.element._originallyAbsolute; + this.element._originallyAbsolute=null; Element.remove(this._clone); this._clone = null; } -- cgit v1.2.3