From c52c1f712628d82f19a39c852463565c8bfdffd7 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 27 Jan 2014 16:03:08 +0000 Subject: [PATCH] Destroy resizable for non resizable entries, and initiate them with normal status --- calendar/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/js/app.js b/calendar/js/app.js index b4be0f7820..9f759b7a85 100644 --- a/calendar/js/app.js +++ b/calendar/js/app.js @@ -178,7 +178,7 @@ app.classes.calendar = AppJS.extend( var resizeHelper = ui.target.getAttribute('data-resize').split("|")[3]; if (resizeHelper == 'WD' ) { - $j(this).resizable('disable'); + $j(this).resizable('destroy'); } }, start:function(ui,event)