From: Michael M Slusarz Date: Thu, 7 Jan 2010 18:33:15 +0000 (-0700) Subject: Track changes to DragDrop2 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b2f8d4794735b94507be3e68001b015a74f1dd07;p=horde.git Track changes to DragDrop2 --- diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index af80d1115..285ccf9cc 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -3009,7 +3009,7 @@ KronolithCore = { onDrop: function(e) { var drop = e.element(), - el = e.memo, + el = e.memo.element, eventid = el.retrieve('eventid'), cal = el.retrieve('calendar');