Changeset 7933
- Timestamp:
- 11/29/10 13:03:09 (2 years ago)
- Files:
-
- 1 modified
-
extensions/Autosize/js/Affiche_script.js (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
extensions/Autosize/js/Affiche_script.js
r7931 r7933 675 675 676 676 677 jQuery(Cadre).width(Zone_Affichage.width -4);677 jQuery(Cadre).width(Zone_Affichage.width - 4); 678 678 679 679 //============= Remise � l'�chelle ======================= … … 788 788 789 789 zoom = Image_height / img_height; 790 790 Zone_Affichage.height = info_pamoorama_outter.height + info_pamoorama_footer.height; 791 791 792 792 … … 808 808 info_frame = Zone_Affichage; 809 809 h0 = jQuery(Cadre).outerHeight(true); 810 jQuery(Cadre).height(info_frame.height +5);810 jQuery(Cadre).height(info_frame.height + 5); 811 811 812 812 jQuery("#navThumbPrev").css({ overflow: "hidden" }); … … 1299 1299 // Custom Event, ON to turn on a debug. 1300 1300 jQuery('.debug').live('ON', function (e) { 1301 n = (e.which !== 1);1301 1302 1302 jQuery('.debug').trigger('OFF'); 1303 1303 jQuery(this).addClass('debugOn'); … … 1306 1306 // On Click = debugs On 1307 1307 jQuery('.debug').live('click', function (e) { 1308 n = (e.which !== 1)1308 1309 1309 jQuery(this).trigger('ON'); 1310 1310 }); … … 1312 1312 // Custom Event, Turn off a debug 1313 1313 jQuery('.debug').live('OFF', function (e) { 1314 n = (e.which !== 1);1314 1315 1315 jQuery(this).removeClass('debugOn'); 1316 1316 }); … … 1318 1318 // on Double Click, remove the debug from the DOM 1319 1319 jQuery('.debug').live('dblclick', function () { 1320 n = (e.which !== 1);1320 1321 1321 jQuery(this).fadeOut(function () { $(this).remove() }); 1322 1322 });
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)