Changeset 31180
- Timestamp:
- 01/14/2015 09:32:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js
r30839 r31180 186 186 toolbarWidth = toolbarNode.offsetWidth; 187 187 toolbarHalf = toolbarWidth / 2; 188 iframe = editor.getContentAreaContainer().firstChild;188 iframe = document.getElementById( editor.id + '_ifr' ); 189 189 iframePos = DOM.getPos( iframe ); 190 190 iframeWidth = iframe.offsetWidth;
Note: See TracChangeset
for help on using the changeset viewer.