Changeset 7821


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

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

Location:
extensions/Autosize
Files:
3 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
  • extensions/Autosize/js/conflit.js

    r7819 r7821  
    6161
    6262    } else if (retour.match(RegExp("luciano", "gi"))) {
    63         ret_element = jQuery().$Luciano(element);
     63        $1 = $_;
     64       
     65        ret_element = jQuery().$Luciano(element,nc);
    6466
    6567    } else if (retour.match(RegExp("jQuery", "gi"))) {
     
    477479
    478480    }
    479  
    480   function save_framework(page) {
     481    $_ = $;
     482    function save_framework(page) {
     483        $_ = $;
    481484      return 
    482485 
  • extensions/Autosize/main.inc.php

    r7820 r7821  
    22/*
    33Plugin Name: AutoSize
    4 Version: 1.3.7
     4Version: 1.3.7.1
    55Description: Ajuste l'affichage des photos en fonction de la hauteur de la fenetre de navigation
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=448
Note: See TracChangeset for help on using the changeset viewer.