mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Destroy resizable for non resizable entries, and initiate them with normal status
This commit is contained in:
parent
c8cd5c1c44
commit
c52c1f7126
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user