display page not updating after comment

This commit is contained in:
zotlabs
2017-02-21 15:24:39 -08:00
parent cbc0e5b934
commit bbacfbdd6a
2 changed files with 29 additions and 23 deletions

7
view/js/mod_display.js Normal file
View File

@@ -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>