Changeset 3769:12b632aaedc1 for plugins/dcCKEditor/_post_config.php
- Timestamp:
- 07/09/18 11:06:04 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/_post_config.php
r3731 r3769 258 258 } 259 259 260 if ($('label[for="post_excerpt"] a img').attr('src') == dotclear.img_minus_src) {260 if ($('label[for="post_excerpt"] input').attr('aria-label') == dotclear.img_minus_alt) { 261 261 $('#cke_post_excerpt').removeClass('hide'); 262 262 } else {
Note: See TracChangeset
for help on using the changeset viewer.