Annoying alert

git-svn-id: http://svn.automattic.com/wordpress/trunk@2766 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2005-08-09 08:13:12 +00:00
parent 3a5fb3ce8a
commit 4843099308
1 changed files with 1 additions and 1 deletions

View File

@ -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);