From c678e7821f83317cbc231a84394a9d742778a391 Mon Sep 17 00:00:00 2001 From: matt Date: Wed, 10 Aug 2005 21:02:47 +0000 Subject: [PATCH] Bad comment git-svn-id: http://svn.automattic.com/wordpress/trunk@2775 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/tinymce/tiny_mce_src.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/tinymce/tiny_mce_src.js b/wp-admin/tinymce/tiny_mce_src.js index 904ca2a06d..fc27a3e0e5 100644 --- a/wp-admin/tinymce/tiny_mce_src.js +++ b/wp-admin/tinymce/tiny_mce_src.js @@ -205,8 +205,8 @@ TinyMCE.prototype.init = function(settings) { // Only do this once if (this.configs.length == 0) { // Is Safari enabled - if (this.isSafari) - // alert("Safari support is very limited and should be considered experimental.\nSo there is no need to even submit bugreports on this early version."); +// if (this.isSafari) +// alert("Safari support is very limited and should be considered experimental.\nSo there is no need to even submit bugreports on this early version."); tinyMCE.addEvent(window, "load", TinyMCE.prototype.onLoad);