Add refresh button for chanlogs
This commit is contained in:
parent
544a316cad
commit
cf7972f740
2 changed files with 4 additions and 0 deletions
|
|
@ -49,6 +49,9 @@
|
|||
$("#show_chanlog").click(function () {
|
||||
socket.emit("readChanLog");
|
||||
});
|
||||
$("#chanlog_refresh").click(function () {
|
||||
socket.emit("readChanLog");
|
||||
});
|
||||
|
||||
genPermissionsEditor();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue