mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 12:51:52 +02: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];
|
var resizeHelper = ui.target.getAttribute('data-resize').split("|")[3];
|
||||||
if (resizeHelper == 'WD' )
|
if (resizeHelper == 'WD' )
|
||||||
{
|
{
|
||||||
$j(this).resizable('disable');
|
$j(this).resizable('destroy');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
start:function(ui,event)
|
start:function(ui,event)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user