diff options
Diffstat (limited to 'core/js/quick.js')
-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 7d572174..e55c9218 100644 --- a/core/js/quick.js +++ b/core/js/quick.js @@ -31,7 +31,7 @@ var show_quick = function() { var quick_do = function(quick, pane, img) { img.css("opacity", "0.2"); if (pane.hasClass("gDialogLink")) { - openDialog(pane); + openDialog(pane, function() { window.location.reload(); }); } else { quick.addClass("gLoadingLarge"); $.ajax({ |