aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/mod_display.js
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-08-19 14:31:47 +0200
committerMario Vavti <mario@mariovavti.com>2017-08-19 14:31:47 +0200
commit4cafa6280d6e1a8e550246a27e807c4768e06f9a (patch)
tree3eb0b741acbb37543307d672fa5e2052573a5128 /view/js/mod_display.js
parentb18f3f4f7adb8f4d49dac1bb4b8b6c21255cbecb (diff)
parentb4880343524aab6b4583c6815d94a5dfe61dd042 (diff)
downloadvolse-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.js2
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>