Changeset 12680 for extensions/GThumb


Ignore:
Timestamp:
Dec 1, 2011, 5:53:05 PM (12 years ago)
Author:
patdenice
Message:

Bug corrected if first thumbnail is not double.

File:
1 edited

Legend:

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

    r12679 r12680  
    2626      GThumb.t.push({id:id,width:width,height:height});
    2727
    28       if (jQuery(this).attr('src') == '' && id != GThumb.big_thumb.id) {
     28      if (jQuery(this).attr('src') == '') {
    2929        GThumb.addToQueue(id, 1);
    3030      }
Note: See TracChangeset for help on using the changeset viewer.