aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-08-19 01:08:24 -0700
committerzotlabs <mike@macgirvin.com>2017-08-19 01:08:24 -0700
commit944cd883bbdb8d87d941238eef63d7f15922f2ab (patch)
tree20bdfc20415da52400f75c88ed7fc465a7e871d4 /view
parent4111ba8dee5562bb3314e72e05ba01de152cecc2 (diff)
downloadvolse-hubzilla-944cd883bbdb8d87d941238eef63d7f15922f2ab.tar.gz
volse-hubzilla-944cd883bbdb8d87d941238eef63d7f15922f2ab.tar.bz2
volse-hubzilla-944cd883bbdb8d87d941238eef63d7f15922f2ab.zip
script html tags in js file
Diffstat (limited to 'view')
-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>