Changeset 22248 for extensions
- Timestamp:
- Apr 17, 2013, 8:26:35 AM (12 years ago)
- Location:
- extensions/Autosize
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Autosize/js/Affiche_script.js
r22220 r22248 1370 1370 Zone_image.zoom = Zone_image.image.height / Zone_image.image_init.height; 1371 1371 if (typeof Zone_image.src == "undefined") 1372 Zone_image.src = " ";1372 Zone_image.src = imgSrc; 1373 1373 if (typeof Zone_image.name == "undefined") 1374 1374 Zone_image.name = " "; … … 1376 1376 Zone_image.path = " "; 1377 1377 1378 1379 1378 imgSrcS = imgSrc.split('/'); 1380 1379 imgSrcS = imgSrcS[imgSrcS.length - 1]; 1380 if (!theImg.src) theImg.src = imgSrc; 1381 1381 identique = theImg.src.match(RegExp(imgSrc, "gi")); 1382 if (identique) 1383 identique = theImg.src.match(RegExp("loadajax", "gi"));1382 if (identique) 1383 identique = theImg.src.match(RegExp("loadajax", "gi")); 1384 1384 if (identique) return true; 1385 1385 href_path = get_href(IMg.pictureDeriv); … … 2183 2183 } // Debug_pos 2184 2184 // ========================================================== 2185 }); // ready2185 }); // ready 2186 2186 jQuery("#derivativeSwitchBox a").click(function (e) { 2187 2187 k1 = 0; -
extensions/Autosize/main.inc.php
r22191 r22248 2 2 /* 3 3 Plugin Name: AutoSize 4 Version: 3.1. 14 Version: 3.1.2 5 5 Description: Ajuste l'affichage des photos en fonction de la hauteur de la fenetre de navigation 6 6 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=448
Note: See TracChangeset
for help on using the changeset viewer.