Changeset 3917:5b2c978050b2
- Timestamp:
- 11/06/18 12:46:29 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/_post_config.php
r3915 r3917 260 260 } 261 261 262 if ($('label[for="post_excerpt"] input').attr('aria-label') == dotclear.img_minus_alt) {262 if ($('label[for="post_excerpt"] button').attr('aria-label') == dotclear.img_minus_alt) { 263 263 $('#cke_post_excerpt').removeClass('hide'); 264 264 } else {
Note: See TracChangeset
for help on using the changeset viewer.