mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
test
This commit is contained in:
@@ -75,7 +75,7 @@ $('input[class=conf]').change(function()
|
||||
|
||||
function pass_save()
|
||||
{
|
||||
socket.emit('password', document.getElementById("password").value);
|
||||
socket.emit('password', [document.getElementById("password").value, chan.toLowerCase()]);
|
||||
}
|
||||
|
||||
function log_out(){
|
||||
|
||||
Reference in New Issue
Block a user