Plugin Directory

Changeset 1111149


Ignore:
Timestamp:
03/12/2015 02:38:09 PM (11 years ago)
Author:
expresscurate
Message:

new version v2.0.8 with changes:

  • The problem with temporary files flooding is fixed.
  • Miscellaneous bug fixes and improvements.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • expresscurate/trunk/js/Dialog.js

    r1111145 r1111149  
    236236        $('.controls').hide();
    237237        $("#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')) {
    239239            tinyMCE.get('expresscurate_content_editor').setContent('');
    240240        }
Note: See TracChangeset for help on using the changeset viewer.