Ignore:
Timestamp:
Nov 19, 2010, 6:55:46 PM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] fix compatiblity with luciano()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/js/Affiche_script.js

    r7820 r7821  
    11371137                 });
    11381138                 try {
    1139                      if (theme.match(RegExp("gally", "g"))) {
     1139                     if (theme.match(RegExp("gally", "gi"))) {
    11401140
    11411141                         //===========================================================================
     
    11801180                     pos = jQuery("#copyright").infos();
    11811181                 if (pos.top > 100) jQuery("#the_page").height(pos.top);
     1182                  if (!theme.match(RegExp("luciano", "gi"))) {
    11821183                 jQuery("#linkNext").css({ height:"80px",width: "200px", overflow: "hidden" });
    11831184                 jQuery("#linkPrev").css({  height:"80px",width: "200px", overflow: "hidden" });
    11841185                 jQuery(".navThumb img").css({ height:"80px",width:"", overflow: "hidden" });
     1186                 }
    11851187                                 return true;
    11861188
Note: See TracChangeset for help on using the changeset viewer.