Annoying alert

git-svn-id: https://develop.svn.wordpress.org/trunk@2766 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-08-09 08:13:12 +00:00
parent 3a665e73fd
commit 5db43a74d8
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);