Changeset 31436
- Timestamp:
- 02/12/2015 05:59:49 AM (10 years ago)
- Location:
- branches/4.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1
-
branches/4.1/src/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js
r30906 r31436 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.