diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-03 10:48:00 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-11-03 10:48:00 +0100 |
commit | 41749f5eda09bb22a57c833b3e9352507325ce27 (patch) | |
tree | 28ab99695e06b74fab0a25d9a8a2d16d800d7d4a /view/js | |
parent | 1567b7b383c56eec5998450a3b709963d5026570 (diff) | |
parent | e70bd0054c4ffb8aadeec8ee7c14dccdb34ab934 (diff) | |
download | volse-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.js | 5 |
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"); +}); |