From b2f8d4794735b94507be3e68001b015a74f1dd07 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 7 Jan 2010 11:33:15 -0700 Subject: [PATCH] Track changes to DragDrop2 --- kronolith/js/kronolith.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.11.0