- Timestamp:
- 03/04/2014 01:56:57 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/qunit/editor/tinymce/util/Quirks_webkit.html
r27155 r27387 99 99 } 100 100 101 // WP 101 102 var url = document.location.href.substring( 0, document.location.href.lastIndexOf('tinymce/') ); 102 103 103 104 tinymce.init({ 104 105 mode : "exact", 106 // WP 105 107 external_plugins: { 106 noneditable: url + 'external-plugins/table/plugin.js'108 table: url + 'external-plugins/table/plugin.js' 107 109 }, 110 // WP end 108 111 elements : "elm1", 109 112 indent: false,
Note: See TracChangeset
for help on using the changeset viewer.