Changeset 39910
- Timestamp:
- 01/16/2017 12:21:29 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/plugins/wordpress/plugin.js
r39902 r39910 967 967 968 968 if ( args.toolbar ) { 969 if ( activeToolbar !== args.toolbar ) { 970 activeToolbar = args.toolbar; 969 activeToolbar = args.toolbar; 970 971 if ( activeToolbar.visible() ) { 972 activeToolbar.reposition(); 973 } else { 971 974 activeToolbar.show(); 972 } else {973 activeToolbar.reposition();974 975 } 975 976 } else {
Note: See TracChangeset
for help on using the changeset viewer.