From 0e8625e05cd0f7da36664b5d22758708e6f684ff Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 6 Apr 2006 09:56:56 +0000 Subject: [PATCH] Mac users deserve their own backwards popup layout. Props to that Andy guy. fixes #2645 git-svn-id: http://svn.automattic.com/wordpress/trunk@3698 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/tinymce/plugins/inlinepopups/editor_plugin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-includes/js/tinymce/plugins/inlinepopups/editor_plugin.js b/wp-includes/js/tinymce/plugins/inlinepopups/editor_plugin.js index 5fb11f5342..0cda515456 100644 --- a/wp-includes/js/tinymce/plugins/inlinepopups/editor_plugin.js +++ b/wp-includes/js/tinymce/plugins/inlinepopups/editor_plugin.js @@ -283,6 +283,7 @@ TinyMCE_Windows.prototype.open = function(url, name, features) { html += 'Wrapper iframe'; html += ''; html += ''; + if ( this.isMac ) html += ''; html += ''; html += '';