From 4da37ecb235bc1b403b7ade6b273bc68c306d261 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 18 Mar 2009 18:55:48 +0000 Subject: Fix for ticket #152. Somewhere along the line we we stopped using gThumbnail as a class. Changed the selector to select the image from ".gThumbnail" to ".Quick img" --- 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 bfef0d65..085345ca 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(".gQuick img"); var pos = cont.position(); $("#gQuickPane").css({ "position": "absolute", -- cgit v1.2.3