From 63edb37076b9c1248041368f0aa16013cb7edb15 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 6 Apr 2009 08:10:42 +0000 Subject: Fix up the quick-edit code on the photos page. Everything but "move" is implemented. Can't do move easily because it's tricky to handle the post-move redirect. --- core/js/quick.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/js') diff --git a/core/js/quick.js b/core/js/quick.js index 15297c03..984d3ae5 100644 --- a/core/js/quick.js +++ b/core/js/quick.js @@ -13,7 +13,7 @@ var show_quick = function() { var quick = $(this).find(".gQuick"); $("#gQuickPane").remove(); cont.append("
"); - var img = cont.find(".gThumbnail"); + var img = cont.find(".gThumbnail,.gResize"); var pos = cont.position(); $("#gQuickPane").css({ "position": "absolute", -- cgit v1.2.3