From 5db43a74d8a3b3fd3b9c85185c27a872543422e0 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Tue, 9 Aug 2005 08:13:12 +0000 Subject: [PATCH] Annoying alert git-svn-id: https://develop.svn.wordpress.org/trunk@2766 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/tinymce/tiny_mce_src.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/tinymce/tiny_mce_src.js b/wp-admin/tinymce/tiny_mce_src.js index efa5ee97aa..904ca2a06d 100644 --- a/wp-admin/tinymce/tiny_mce_src.js +++ b/wp-admin/tinymce/tiny_mce_src.js @@ -206,7 +206,7 @@ TinyMCE.prototype.init = function(settings) { 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."); + // 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);