Notify moderators when a new user joins
This commit is contained in:
parent
449d01180a
commit
6f43a7efdc
6 changed files with 51 additions and 31 deletions
|
|
@ -21,6 +21,9 @@
|
|||
clickHandler("#show_cssedit", "#cssedit");
|
||||
clickHandler("#show_jsedit", "#jsedit");
|
||||
clickHandler("#show_banlist", "#banlist");
|
||||
$("#show_banlist").click(function() {
|
||||
socket.emit("requestBanlist");
|
||||
});
|
||||
clickHandler("#show_loginhistory", "#loginhistory");
|
||||
$("#show_loginhistory").click(function() {
|
||||
socket.emit("requestLoginHistory");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue