From 7fc57f486fb91da67c190ef8563d872a3570ded6 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 28 Mar 2012 00:44:45 -0700 Subject: support autocomplete @-tags in plaintext mode --- view/jot-header.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'view/jot-header.tpl') diff --git a/view/jot-header.tpl b/view/jot-header.tpl index 974e02ab4..99e3aa0ec 100755 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -11,6 +11,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', -- cgit v1.2.3