diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-04-06 08:10:42 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-04-06 08:10:42 +0000 |
commit | 63edb37076b9c1248041368f0aa16013cb7edb15 (patch) | |
tree | 67424d0ebf7997484018afa63043deac41cb579f /core/js/quick.js | |
parent | 7e23ec89d93cd7874145c7132236a057c6513ca6 (diff) |
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.
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 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("<div id=\"gQuickPane\"></div>"); - var img = cont.find(".gThumbnail"); + var img = cont.find(".gThumbnail,.gResize"); var pos = cont.position(); $("#gQuickPane").css({ "position": "absolute", |