Changeset 12892
- Timestamp:
- 01/15/12 16:36:19 (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/themes/default/template/configuration.tpl
r12887 r12892 254 254 </fieldset> 255 255 {footer_script}{literal} 256 $(document).ready(function(){257 $("#activate_comments").change(function(){258 if ($(this). attr('checked')) {259 $("#comments_param_warp").css('display', '');256 jQuery(document).ready(function(){ 257 jQuery("#activate_comments").change(function(){ 258 if ($(this).is(':checked')) { 259 jQuery("#comments_param_warp").show(); 260 260 } else { 261 $("#comments_param_warp").css('display', 'none');261 jQuery("#comments_param_warp").hide(); 262 262 } 263 263 });
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)