Changeset 1935:fb17968f0a0f for admin/js
- Timestamp:
- 09/17/13 22:27:03 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/_post.js
r1832 r1935 191 191 hide: $('#post_notes').val() == '' 192 192 }); 193 $('#create_cat').toggleWithLegend($('#create_cat').parent().children().not('#create_cat'),{194 // no cookie on new category as we don't use this every day195 legend_click: true196 });197 193 $('#post_lang').parent().children('label').toggleWithLegend($('#post_lang'),{ 198 194 user_pref: 'dcx_post_lang', … … 216 212 legend_click: true 217 213 }); 218 $('# cat_id').parent().children('label').toggleWithLegend($('#cat_id'),{219 user_pref: ' cat_id',214 $('#label_cat_id').toggleWithLegend($('#label_cat_id').parent().children().not('#label_cat_id'),{ 215 user_pref: 'dcx_cat_id', 220 216 legend_click: true 221 217 });
Note: See TracChangeset
for help on using the changeset viewer.