summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js/tiny_mce/tiny_mce_popup.js
diff options
context:
space:
mode:
authorestadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-12-10 16:33:50 +0000
committerestadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-12-10 16:33:50 +0000
commita7aaf57b0c34311ceb8a5cf7a4b0b9fd11042f91 (patch)
tree7cc805098345e4a35743d24520d996ffe3f14ba8 /roundcubemail/program/js/tiny_mce/tiny_mce_popup.js
parent7a790a51bb6acd65b193660367c8af3629256907 (diff)
upgrade TinyMCE version to latest
git-svn-id: https://svn.roundcube.net/trunk@939 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/tiny_mce/tiny_mce_popup.js')
-rw-r--r--roundcubemail/program/js/tiny_mce/tiny_mce_popup.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/js/tiny_mce/tiny_mce_popup.js b/roundcubemail/program/js/tiny_mce/tiny_mce_popup.js
index eecad28f5..9b3e800bf 100644
--- a/roundcubemail/program/js/tiny_mce/tiny_mce_popup.js
+++ b/roundcubemail/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);