diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-08-19 14:31:47 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-08-19 14:31:47 +0200 |
commit | 4cafa6280d6e1a8e550246a27e807c4768e06f9a (patch) | |
tree | 3eb0b741acbb37543307d672fa5e2052573a5128 /view/js/mod_display.js | |
parent | b18f3f4f7adb8f4d49dac1bb4b8b6c21255cbecb (diff) | |
parent | b4880343524aab6b4583c6815d94a5dfe61dd042 (diff) | |
download | volse-hubzilla-4cafa6280d6e1a8e550246a27e807c4768e06f9a.tar.gz volse-hubzilla-4cafa6280d6e1a8e550246a27e807c4768e06f9a.tar.bz2 volse-hubzilla-4cafa6280d6e1a8e550246a27e807c4768e06f9a.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'view/js/mod_display.js')
-rw-r--r-- | view/js/mod_display.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/view/js/mod_display.js b/view/js/mod_display.js index 60a1cdaa8..7e24a7f86 100644 --- a/view/js/mod_display.js +++ b/view/js/mod_display.js @@ -1,7 +1,5 @@ -<script> $(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"); }); -</script> |