aboutsummaryrefslogtreecommitdiffstats
path: root/view/jot-header.tpl
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-04-19 12:32:09 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-04-19 12:32:09 -0400
commitcaa6bc96f38e8877a4c12dc90daa9f38f332adde (patch)
treef6e22c5352cddc95033076aa3507ff1caf231437 /view/jot-header.tpl
parent5916bc6539adee64fb5f1bf303b902d8e1efa3f9 (diff)
parent44f4b4b9d1bd28a8c77e9f851e85fdb22c8fd8b1 (diff)
downloadvolse-hubzilla-caa6bc96f38e8877a4c12dc90daa9f38f332adde.tar.gz
volse-hubzilla-caa6bc96f38e8877a4c12dc90daa9f38f332adde.tar.bz2
volse-hubzilla-caa6bc96f38e8877a4c12dc90daa9f38f332adde.zip
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master: Hadn't merged fixed typo from upstream. EO translation fixes filebrowser: fix style, show 10 recent photos if not in an album filebrowser: more style, load min and max scale photos tinymce: add inlinepopups plugin tinymce: add filebrowser for photos and attached files * master:
Diffstat (limited to 'view/jot-header.tpl')
-rw-r--r--view/jot-header.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/jot-header.tpl b/view/jot-header.tpl
index 67e5eb681..f1c283470 100644
--- a/view/jot-header.tpl
+++ b/view/jot-header.tpl
@@ -26,7 +26,7 @@ function initEditor(cb){
mode : "specific_textareas",
editor_selector: $editselect,
auto_focus: "profile-jot-text",
- plugins : "bbcode,paste,autoresize",
+ plugins : "bbcode,paste,autoresize, inlinepopups",
theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,formatselect,code",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
@@ -44,6 +44,7 @@ function initEditor(cb){
convert_urls: false,
content_css: "$baseurl/view/custom_tinymce.css",
theme_advanced_path : false,
+ file_browser_callback : "fcFileBrowser",
setup : function(ed) {
cPopup = null;
ed.onKeyDown.add(function(ed,e) {