From 0b6cff1a2976644108695e09aa50394b2e227cde Mon Sep 17 00:00:00 2001 From: Ryan Boren 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: https://develop.svn.wordpress.org/trunk@3698 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 += '';