Ignore:
Timestamp:
Jan 18, 2011, 3:24:32 PM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] compatibility whith GMAP


File:
1 edited

Legend:

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

    r8731 r8735  
    274274
    275275                         marge = (info_the_page.width - info_HeaderBar.width) / 2;
    276                      }else if (info_ToolBar.width > 0)
     276                     } else if (info_ToolBar.width > 0)
    277277                         marge = (info_the_page.width - info_ToolBar.width) / 2;
    278278
     
    598598                 img_finale.width = Image_width;
    599599                 if (theme.match(RegExp("stripped", "gi"))) {
    600                      img_finale.width -= (llgboframe.top*2);
     600                     img_finale.width -= (llgboframe.top * 2);
    601601                     img_finale.height = img_finale.width / rapport;
    602602                 }
     
    920920                     jQuery("#Debug4").css({ top: info_frame.bottom - info_description.height + "px" }); //green
    921921                 }
     922
     923                 Wait_Affichage();
    922924
    923925                 return true;
Note: See TracChangeset for help on using the changeset viewer.