aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-11-03 10:48:00 +0100
committerMario Vavti <mario@mariovavti.com>2017-11-03 10:48:00 +0100
commit41749f5eda09bb22a57c833b3e9352507325ce27 (patch)
tree28ab99695e06b74fab0a25d9a8a2d16d800d7d4a /view/js
parent1567b7b383c56eec5998450a3b709963d5026570 (diff)
parente70bd0054c4ffb8aadeec8ee7c14dccdb34ab934 (diff)
downloadvolse-hubzilla-41749f5eda09bb22a57c833b3e9352507325ce27.tar.gz
volse-hubzilla-41749f5eda09bb22a57c833b3e9352507325ce27.tar.bz2
volse-hubzilla-41749f5eda09bb22a57c833b3e9352507325ce27.zip
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'view/js')
-rw-r--r--view/js/mod_pubstream.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/js/mod_pubstream.js b/view/js/mod_pubstream.js
new file mode 100644
index 000000000..7e24a7f86
--- /dev/null
+++ b/view/js/mod_pubstream.js
@@ -0,0 +1,5 @@
+$(document).ready(function() {
+ $(".comment-edit-wrapper textarea").editor_autocomplete(baseurl+"/acl?f=&n=1");
+ // make auto-complete work in more places
+ $(".wall-item-comment-wrapper textarea").editor_autocomplete(baseurl+"/acl?f=&n=1");
+});