diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-02-09 01:19:54 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-02-09 01:19:54 +0000 |
commit | 767bf41287cd6d0133f4ecf0c1527795233f4848 (patch) | |
tree | 4d1a02410aab5fe58c20973e64637bdffd251ded | |
parent | 9f4fdcd8d50a9b4bd4bf2bcdd66a705b8b458df9 (diff) |
Dialogs don't need to be resizeable, at least not yet.
-rw-r--r-- | lib/gallery.dialog.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gallery.dialog.js b/lib/gallery.dialog.js index f90c561c..b325fa25 100644 --- a/lib/gallery.dialog.js +++ b/lib/gallery.dialog.js @@ -32,7 +32,7 @@ function openDialog(element, on_success) { height: "auto", width: "auto", modal: true, - resizable: true, + resizable: false, close: function (event, ui) { $("#gDialog").dialog("destroy").remove(); } |