aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-02-21 15:24:39 -0800
committerzotlabs <mike@macgirvin.com>2017-02-21 15:24:39 -0800
commitbbacfbdd6ac09786194502350deb50b0244166b2 (patch)
treeedb3299bfc218e605f9609a770febfe5ec22064b /view
parentcbc0e5b93427104a8cdc848f53da970114c8042e (diff)
downloadvolse-hubzilla-bbacfbdd6ac09786194502350deb50b0244166b2.tar.gz
volse-hubzilla-bbacfbdd6ac09786194502350deb50b0244166b2.tar.bz2
volse-hubzilla-bbacfbdd6ac09786194502350deb50b0244166b2.zip
display page not updating after comment
Diffstat (limited to 'view')
-rw-r--r--view/js/mod_display.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/view/js/mod_display.js b/view/js/mod_display.js
new file mode 100644
index 000000000..60a1cdaa8
--- /dev/null
+++ b/view/js/mod_display.js
@@ -0,0 +1,7 @@
+<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>