* 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) {
|
||||
options.dialogClass = 'ui-dialog-modal';
|
||||
options.draggable = false;
|
||||
options.resizable = false;
|
||||
}
|
||||
|
||||
// Close out existing dialogs.
|
||||
@ -87,7 +86,6 @@ window.dialog = function(options) {
|
||||
autoOpen: false,
|
||||
modal: false,
|
||||
draggable: true,
|
||||
resizable: true,
|
||||
closeText: ' ',
|
||||
title: '#<Dialog: ' + id + '>',
|
||||
buttons: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user