Annoying alert
git-svn-id: https://develop.svn.wordpress.org/trunk@2766 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3a665e73fd
commit
5db43a74d8
2
wp-admin/tinymce/tiny_mce_src.js
vendored
2
wp-admin/tinymce/tiny_mce_src.js
vendored
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user