aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-12-15 14:37:31 -0800
committerfriendica <info@friendica.com>2014-12-15 14:37:31 -0800
commitf28103d595c0e02dfd30d44b3115915994e9ecc0 (patch)
treeb5076f4f5440738033d8d009799ff1d394250dbe /view/js
parent1780ba5e7d1571d82a6428c4907d6a264217c778 (diff)
downloadvolse-hubzilla-f28103d595c0e02dfd30d44b3115915994e9ecc0.tar.gz
volse-hubzilla-f28103d595c0e02dfd30d44b3115915994e9ecc0.tar.bz2
volse-hubzilla-f28103d595c0e02dfd30d44b3115915994e9ecc0.zip
wall tags
Diffstat (limited to 'view/js')
-rw-r--r--view/js/main.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js
index 04e43f72e..4700f79ca 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -903,7 +903,7 @@ function updateConvItems(mode,data) {
function preview_post() {
$("#jot-preview").val("1");
$("#jot-preview-content").show();
- tinyMCE.triggerSave();
+// tinyMCE.triggerSave();
$.post(
"item",
$("#profile-jot-form").serialize(),
@@ -1020,6 +1020,8 @@ function fcFileBrowser (field_name, url, type, win) {
}
function setupFieldRichtext(){
+ return;
+/*
tinyMCE.init({
theme : "advanced",
mode : "specific_textareas",
@@ -1043,6 +1045,7 @@ function setupFieldRichtext(){
theme_advanced_path : false,
file_browser_callback : "fcFileBrowser",
});
+*/
}