Changeset 12692 for extensions/Autosize
- Timestamp:
- Dec 4, 2011, 11:32:28 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Autosize/js/Affiche_script.js
r12683 r12692 1596 1596 jQuery(Parent).css({ display: "block" }); 1597 1597 //====== détection du type d'images ====== 1598 if (jQuery("#Panorama").length) { 1598 if (jQuery("#charlie").length > 0) { 1599 Type_Img = "charlie"; 1600 }else if (jQuery("#Panorama").length) { 1599 1601 Type_Img = "panorama"; 1600 1602 } else if (jQuery("#pamoorama").length) {
Note: See TracChangeset
for help on using the changeset viewer.