Changeset 1111149
- Timestamp:
- 03/12/2015 02:38:09 PM (11 years ago)
- File:
-
- 1 edited
-
expresscurate/trunk/js/Dialog.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
expresscurate/trunk/js/Dialog.js
r1111145 r1111149 236 236 $('.controls').hide(); 237 237 $("#curated_paragraphs").empty(); 238 if (typeof(tinyMCE) === "object" && typeof(tinyMCE.execCommand) === "function" && tinyMCE.get('expresscurate_content_editor') .length) {238 if (typeof(tinyMCE) === "object" && typeof(tinyMCE.execCommand) === "function" && tinyMCE.get('expresscurate_content_editor')) { 239 239 tinyMCE.get('expresscurate_content_editor').setContent(''); 240 240 }
Note: See TracChangeset
for help on using the changeset viewer.