display page not updating after comment
This commit is contained in:
7
view/js/mod_display.js
Normal file
7
view/js/mod_display.js
Normal 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>
|
Reference in New Issue
Block a user