Changeset 21312


Ignore:
Timestamp:
Mar 7, 2013, 3:46:58 PM (11 years ago)
Author:
mistic100
Message:

fix display error introduced in r18124

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GThumb/js/gthumb.js

    r18124 r21312  
    2424
    2525    first = GThumb.t[0];
    26     GThumb.small_thumb = {index:first.index,width:first.real_width,height:first.real_height,src:jQuery('#thumbnails img:first').attr('src')}
     26    GThumb.small_thumb = {index:first.index,width:first.real_width,height:first.real_height,src:jQuery('#thumbnails img.thumbnail:first').attr('src')}
    2727
    2828    jQuery.resize.throttleWindow = false;
Note: See TracChangeset for help on using the changeset viewer.