summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-03-18 18:55:48 +0000
committerTim Almdal <tnalmdal@shaw.ca>2009-03-18 18:55:48 +0000
commit4da37ecb235bc1b403b7ade6b273bc68c306d261 (patch)
tree4309d08fb94a1487c4b98a56d45bd53a6c05bfa1 /core
parentb1ecf3ca4d3f1c5be935d948cd8beafb54946954 (diff)
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"
Diffstat (limited to 'core')
-rw-r--r--core/js/quick.js2
1 files changed, 1 insertions, 1 deletions
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("<div id=\"gQuickPane\"></div>");
- var img = cont.find(".gThumbnail");
+ var img = cont.find(".gQuick img");
var pos = cont.position();
$("#gQuickPane").css({
"position": "absolute",