Changeset 1392:f654316f6e43 for admin/js
- Timestamp:
- 08/16/13 10:39:47 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/_post.js
r1353 r1392 122 122 hide: $('#post_password').val() == '' 123 123 }); 124 124 $('#post_status').parent().toggleWithLegend($('#post_status'),{ 125 cookie: 'dcx_post_status' 126 }); 127 $('#post_dt').parent().toggleWithLegend($('#post_dt').parent().children().not('label'),{ 128 cookie: 'dcx_post_dt' 129 }); 130 $('#post_format').parent().toggleWithLegend($('#post_format').parent().children().not('label').add($('#post_format').parents('p').next()),{ 131 cookie: 'dcx_post_format' 132 }); 133 $('#cat_id').parent().toggleWithLegend($('#cat_id'),{ 134 cookie: 'cat_id' 135 }); 136 $('#post_url').parent().toggleWithLegend($('#post_url').parent().children().not('label'),{ 137 cookie: 'post_url' 138 }); 125 139 // We load toolbar on excerpt only when it's ready 126 140 $('#excerpt-area label').toggleWithLegend($('#excerpt-area').children().not('label'),{
Note: See TracChangeset
for help on using the changeset viewer.