Changeset 31675
- Timestamp:
- 03/08/2015 04:53:35 AM (10 years ago)
- Location:
- trunk/src/wp-admin/js
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/press-this.js
r31654 r31675 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 -
trunk/src/wp-admin/js/tags-box.js
r31607 r31675 195 195 } 196 196 }; 197 198 $( document ).ready( function() {199 tagBox.init();200 });201 202 197 }( jQuery ));
Note: See TracChangeset
for help on using the changeset viewer.