Make WordPress Core


Ignore:
Timestamp:
10/23/2014 02:07:15 AM (11 years ago)
Author:
azaozz
Message:

TinyMCE: update to 4.1.6+. Adds support for cache-busting when auto-loading JS and CSS. Change the tests to run in /build. Changelog: https://github.com/tinymce/tinymce/blob/master/changelog.txt.
Fixes #30079

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/qunit/editor/index.html

    r29203 r29994  
    2121    <script>google.load("jquery", "1");</script>
    2222    <script src="js/qunit/qunit.js"></script>
    23     <script src="../../../src/wp-includes/js/tinymce/tinymce.min.js"></script>
     23    <script src="../../../build/wp-includes/js/tinymce/tinymce.min.js"></script>
    2424<!--<script src="../js/tinymce/classes/jquery.tinymce.js"></script> -->
    2525    <script src="js/utils.js"></script>
    2626    <script src="js/init.js"></script>
     27
     28    <script>
     29        var wpPlugins = 'charmap colorpicker hr lists media paste tabfocus textcolor ' +
     30            'fullscreen wordpress wpautoresize wpeditimage wpgallery wplink wpdialogs wpview';
     31
     32        getUserSetting = setUserSetting = function() {}
     33    </script>
    2734
    2835    <!-- tinymce.dom.* -->
Note: See TracChangeset for help on using the changeset viewer.