summaryrefslogtreecommitdiff
path: root/lib/gallery.dialog.js
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-02-08 19:35:10 +0000
committerChad Kieffer <chad@2tbsp.com>2009-02-08 19:35:10 +0000
commitaa1abbf82a2d91f064e58572412e1ffb968b010f (patch)
treec7f280fef11b72073ec1d2d42cf35c6ba829749f /lib/gallery.dialog.js
parent8e3bb143c9354db5f38d9a3b8377c087b0ec4520 (diff)
Let the theme control overlay opacity for dialogs.
Diffstat (limited to 'lib/gallery.dialog.js')
-rw-r--r--lib/gallery.dialog.js4
1 files changed, 0 insertions, 4 deletions
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();