* Remove dialog resizable stuff, it's not tested
This commit is contained in:
parent
125bc190f1
commit
04851af096
@ -69,7 +69,6 @@ window.dialog = function(options) {
|
|||||||
if(options.modal) {
|
if(options.modal) {
|
||||||
options.dialogClass = 'ui-dialog-modal';
|
options.dialogClass = 'ui-dialog-modal';
|
||||||
options.draggable = false;
|
options.draggable = false;
|
||||||
options.resizable = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Close out existing dialogs.
|
// Close out existing dialogs.
|
||||||
@ -87,7 +86,6 @@ window.dialog = function(options) {
|
|||||||
autoOpen: false,
|
autoOpen: false,
|
||||||
modal: false,
|
modal: false,
|
||||||
draggable: true,
|
draggable: true,
|
||||||
resizable: true,
|
|
||||||
closeText: ' ',
|
closeText: ' ',
|
||||||
title: '#<Dialog: ' + id + '>',
|
title: '#<Dialog: ' + id + '>',
|
||||||
buttons: {
|
buttons: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user