Skip to content

Commit

Permalink
*7207* ibrowser/jbimages swap
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Mar 13, 2012
1 parent b3490ff commit 6a9d3d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/generic/tinymce/TinyMCEPlugin.inc.php
Expand Up @@ -79,7 +79,7 @@ function callback($hookName, $args) {
<!--
tinyMCE_GZ.init({
relative_urls : "false",
plugins : "paste,ibrowser,fullscreen",
plugins : "paste,jbimages,fullscreen",
themes : "advanced",
languages : "' . join(',', $localeList) . '",
disk_cache : true
Expand All @@ -90,7 +90,7 @@ function callback($hookName, $args) {
<!--
tinyMCE.init({
entity_encoding : "raw",
plugins : "paste,ibrowser,fullscreen,pkpmultilingualpopover",
plugins : "paste,jbimages,fullscreen,pkpmultilingualpopover",
mode : "specific_textareas",
editor_selector : "richContent",
language : "' . String::substr(AppLocale::getLocale(), 0, 2) . '",
Expand All @@ -99,7 +99,7 @@ function callback($hookName, $args) {
paste_auto_cleanup_on_paste : true,
apply_source_formatting : false,
theme : "advanced",
theme_advanced_buttons1 : "cut,copy,paste,|,bold,italic,underline,bullist,numlist,|,link,unlink,help,code,fullscreen,ibrowser",
theme_advanced_buttons1 : "cut,copy,paste,|,bold,italic,underline,bullist,numlist,|,link,unlink,help,code,fullscreen,jbimages",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : ""
});
Expand Down

0 comments on commit 6a9d3d6

Please sign in to comment.