Changeset 3665:40f215ef95e8 for plugins
- Timestamp:
- 01/14/18 09:44:10 (8 years ago)
- Branch:
- 2.13
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcLegacyEditor/js/_post_editor.js
r3016 r3665 47 47 $('#edit-entry').onetabload(function() { 48 48 49 // Remove required attribut from #post_content in XHTML mode as textarea is not more focusable 50 if (formatField.value == 'xhtml') { 51 $('#post_content').removeAttr('required'); 52 } 53 49 54 // Load toolbars 50 55 if (contentTb!==undefined && excerptTb!==undefined) {
Note: See TracChangeset
for help on using the changeset viewer.