Ticket #31247: 31247.patch
File 31247.patch, 685 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/js/tinymce/plugins/wordpress/plugin.js
358 358 }); 359 359 }); 360 360 } 361 362 editor.off( 'touchstart' ); 361 363 }); 362 364 363 365 // Word count … … 434 436 wp.autosave.server.triggerSave(); 435 437 } 436 438 }); 437 439 438 440 /** 439 441 * Experimental: create a floating toolbar. 440 442 * This functionality will change in the next releases. Not recommennded for use by plugins. 441 */ 443 */ 442 444 ( function() { 443 445 var DOM = tinymce.DOM, 444 446 each = tinymce.each,