From 712a97addd50f61d1a3cbd3cd5e7841a07d740d9 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 6 Jan 2009 04:32:15 +0000 Subject: Don't make the overlay opaque when we're doing a dialog-based edit. --- core/js/quick.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/js/quick.js') diff --git a/core/js/quick.js b/core/js/quick.js index e55c9218..b1b43b73 100644 --- a/core/js/quick.js +++ b/core/js/quick.js @@ -29,10 +29,10 @@ var show_quick = function() { }; var quick_do = function(quick, pane, img) { - img.css("opacity", "0.2"); if (pane.hasClass("gDialogLink")) { openDialog(pane, function() { window.location.reload(); }); } else { + img.css("opacity", "0.2"); quick.addClass("gLoadingLarge"); $.ajax({ type: "GET", -- cgit v1.2.3