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,
|
||||
height: height,
|
||||
resizable: false,
|
||||
draggable: false,
|
||||
draggable: true,
|
||||
modal: true,
|
||||
close: closeDialog,
|
||||
buttons: {"Ok": function() {
|
||||
|
|
Loading…
Reference in New Issue