diff options
author | svncommit <devs@roundcube.net> | 2007-12-10 16:33:50 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2007-12-10 16:33:50 +0000 |
commit | deb30262a766df2886e2bad2a5612a1040b6b05d (patch) | |
tree | 05c9d12fb69f24b21bfbc252fb49984fd44be53e /program/js/tiny_mce/tiny_mce_popup.js | |
parent | fba1f5ab813f2eb4bedc5d9c4a75e77bbaa90131 (diff) |
upgrade TinyMCE version to latest
Diffstat (limited to 'program/js/tiny_mce/tiny_mce_popup.js')
-rw-r--r-- | program/js/tiny_mce/tiny_mce_popup.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/tiny_mce/tiny_mce_popup.js b/program/js/tiny_mce/tiny_mce_popup.js index eecad28f5..9b3e800bf 100644 --- a/program/js/tiny_mce/tiny_mce_popup.js +++ b/program/js/tiny_mce/tiny_mce_popup.js @@ -116,7 +116,7 @@ TinyMCE_Popup.prototype = { },
executeOnLoad : function(str) {
- if (tinyMCE.isOpera)
+ if (tinyMCE.isOpera && parseFloat(opera.version()) < 9.5)
this.onLoadEval = str;
else
eval(str);
|