diff options
-rw-r--r-- | core/js/quick.js | 2 |
1 files changed, 1 insertions, 1 deletions
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", |