Changeset 1417:c13469e071ea for admin/js
- Timestamp:
- 08/16/13 20:35:03 (12 years ago)
- Branch:
- 2.5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/_post.js
r1256 r1417 123 123 hide: $('#post_notes').val() == '' 124 124 }); 125 $('#new_cat').toggleWithLegend( 126 $('#new_cat').parent().children().not('#new_cat'), 127 {} // no cookie on new category as we don't use this every day 128 ); 125 129 $('#post_lang').parent().toggleWithLegend($('#post_lang'),{ 126 130 cookie: 'dcx_post_lang'
Note: See TracChangeset
for help on using the changeset viewer.