From aa1abbf82a2d91f064e58572412e1ffb968b010f Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 8 Feb 2009 19:35:10 +0000 Subject: Let the theme control overlay opacity for dialogs. --- lib/gallery.dialog.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/gallery.dialog.js') diff --git a/lib/gallery.dialog.js b/lib/gallery.dialog.js index 6f40bdae..a7f66cce 100644 --- a/lib/gallery.dialog.js +++ b/lib/gallery.dialog.js @@ -28,10 +28,6 @@ function openDialog(element, on_success) { height: "auto", width: "auto", modal: true, - overlay: { - opacity: 0.7, - background: "black" - }, resizable: true, close: function (event, ui) { $("#gDialog").dialog("destroy").remove(); -- cgit v1.2.3