aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/jot-header.tpl
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-04-04 23:35:07 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-04-04 23:35:07 -0400
commit8e5489846d5d9e87186b7a449227e18183489ddc (patch)
tree2e095d8d69991e5f0e7c0ddc17f1c1235eab8628 /view/theme/dispy/jot-header.tpl
parentafe7f09b278bca546f606a6ce54707a853cddf47 (diff)
downloadvolse-hubzilla-8e5489846d5d9e87186b7a449227e18183489ddc.tar.gz
volse-hubzilla-8e5489846d5d9e87186b7a449227e18183489ddc.tar.bz2
volse-hubzilla-8e5489846d5d9e87186b7a449227e18183489ddc.zip
update the dispy* templates
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy/jot-header.tpl')
-rw-r--r--view/theme/dispy/jot-header.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/dispy/jot-header.tpl b/view/theme/dispy/jot-header.tpl
index 92eccf740..5838729cc 100644
--- a/view/theme/dispy/jot-header.tpl
+++ b/view/theme/dispy/jot-header.tpl
@@ -9,6 +9,7 @@ function initEditor(cb) {
if(plaintext == 'none') {
$("#profile-jot-text-loading").hide();
$("#profile-jot-text").css({ 'height': 200, 'color': '#000' });
+ $("#profile-jot-text").contact_autocomplete(baseurl+"/acl");
editor = true;
$("a#jot-perms-icon").fancybox({
'transitionIn' : 'elastic',
@@ -30,6 +31,7 @@ function initEditor(cb) {
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "center",
theme_advanced_blockformats : "blockquote,code",
+ gecko_spellcheck : true,
paste_text_sticky : true,
entity_encoding : "raw",
add_unload_trigger : false,
@@ -296,7 +298,6 @@ function enableOnUser(){
}
-
function jotClearLocation() {
$('#jot-coord').val('');
$('#profile-nolocation-wrapper').hide();