Changeset 12892 for trunk/admin/themes/default/template
- Timestamp:
- Jan 15, 2012, 4:36:19 PM (13 years ago)
- File:
-
- 1 edited
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 });
Note: See TracChangeset
for help on using the changeset viewer.