Changeset 1712:236b6ebf66a5
- Timestamp:
- 08/31/13 11:02:08 (10 years ago)
- Branch:
- Ticket #1624
- Parents:
- 1711:b88f3f023989 (diff), 1638:9a3c2618fa60 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/_post.js
r1638 r1712 153 153 legend_click: true 154 154 }); 155 $('#label_comment_tb').toggleWithLegend($('#label_comment_tb').parent().children().not('#label_comment_tb'),{ 156 cookie: 'dcx_comment_tb', 157 legend_click: true 158 }); 155 159 $('#post_url').parent().children('label').toggleWithLegend($('#post_url').parent().children().not('label'),{ 156 160 cookie: 'post_url', -
admin/js/_post.js
r1711 r1712 164 164 $('#excerpt-area label').toggleWithLegend($('#excerpt-area').children().not('label'),{ 165 165 cookie: 'dcx_post_excerpt', 166 legend_click: true, 166 167 hide: $('#post_excerpt').val() == '' 167 168 });
Note: See TracChangeset
for help on using the changeset viewer.