Ticket #31558: 31558.patch
File 31558.patch, 744 bytes (added by , 6 years ago) |
---|
-
src/wp-admin/js/press-this.js
751 751 renderDetectedMedia(); 752 752 $( document ).on( 'tinymce-editor-init', renderSuggestedContent ); 753 753 renderStartupNotices(); 754 755 if (window.tagBox) { 756 window.tagBox.init(); 757 } 754 758 } 755 759 756 760 /** -
src/wp-admin/js/tags-box.js
195 195 } 196 196 }; 197 197 198 $( document ).ready( function() {199 tagBox.init();200 });201 202 198 }( jQuery ));