CC-3481 : Calendar->AddRemoveShow->Content management dialog can't be moved
This commit is contained in:
parent
079862d2f2
commit
f2a05adf49
|
@ -134,7 +134,7 @@ function buildScheduleDialog (json) {
|
||||||
width: width,
|
width: width,
|
||||||
height: height,
|
height: height,
|
||||||
resizable: false,
|
resizable: false,
|
||||||
draggable: false,
|
draggable: true,
|
||||||
modal: true,
|
modal: true,
|
||||||
close: closeDialog,
|
close: closeDialog,
|
||||||
buttons: {"Ok": function() {
|
buttons: {"Ok": function() {
|
||||||
|
|
Loading…
Reference in New Issue