From 06b4145b7650a883873105164ecc7273052ab6d4 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 5 Jan 2009 08:20:07 +0000 Subject: Quick edit dialogs should stay on the same page and trigger a reload. --- 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 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({ -- cgit v1.2.3