Changeset 41993
- Timestamp:
- 10/24/2017 04:51:50 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/plugins/wordpress/plugin.js
r41643 r41993 2 2 ( function( tinymce ) { 3 3 // Set the minimum value for the modals z-index higher than #wpadminbar (100000) 4 if ( tinymce.ui.FloatPanel.zIndex < 100100 ) {4 if ( ! tinymce.ui.FloatPanel.zIndex || tinymce.ui.FloatPanel.zIndex < 100100 ) { 5 5 tinymce.ui.FloatPanel.zIndex = 100100; 6 6 }
Note: See TracChangeset
for help on using the changeset viewer.