src/crypto.c: possible fix for memory leak related
[citadel.git] / webcit / tiny_mce / plugins / zoom / editor_plugin_src.js
index a9e87d9ff80471e670ca443bc290bbfc89b13edf..698d704599d173ac7ba814a1a929d8a50c2c4e43 100644 (file)
@@ -14,7 +14,7 @@ function TinyMCE_zoom_getInfo() {
  * Returns the HTML contents of the zoom control.\r
  */\r
 function TinyMCE_zoom_getControlHTML(control_name) {\r
-       if (!tinyMCE.isMSIE || tinyMCE.isMSIE5_0)\r
+       if (!tinyMCE.isMSIE || tinyMCE.isMSIE5_0 || tinyMCE.isOpera)\r
                return "";\r
 \r
        switch (control_name) {\r