aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-09-19 11:23:38 +0200
committerMario Vavti <mario@mariovavti.com>2018-09-19 11:23:38 +0200
commitec7cbe272af07d184f8ecd5d2285bb8f31d2d9a4 (patch)
tree8c15ce5b6ab6de0d6c8d304084eed67c037f8811 /view
parent71c599f50ef2933f3898d55823aec351f95d5828 (diff)
parent98bc1ed600639a8edff78795d8e71019d9dddd18 (diff)
downloadvolse-hubzilla-ec7cbe272af07d184f8ecd5d2285bb8f31d2d9a4.tar.gz
volse-hubzilla-ec7cbe272af07d184f8ecd5d2285bb8f31d2d9a4.tar.bz2
volse-hubzilla-ec7cbe272af07d184f8ecd5d2285bb8f31d2d9a4.zip
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'view')
-rw-r--r--view/js/mod_photos.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/js/mod_photos.js b/view/js/mod_photos.js
index bf926c692..af675e31c 100644
--- a/view/js/mod_photos.js
+++ b/view/js/mod_photos.js
@@ -11,7 +11,8 @@ $(document).ready(function() {
$("#photo-edit-newtag").contact_autocomplete(baseurl + '/acl', 'a', false, function(data) {
$("#photo-edit-newtag").val('@' + data.name);
});
-
+
+ $(".comment-edit-form textarea").editor_autocomplete(baseurl+"/acl?f=&n=1");
$('textarea').bbco_autocomplete('bbcode');
showHideBodyTextarea();