mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed some true/false on conf
This commit is contained in:
@@ -13,7 +13,7 @@ socket.on("toast", function(msg)
|
||||
|
||||
socket.on(chan.toLowerCase()+",conf", function(msg)
|
||||
{
|
||||
populate_list(msg);
|
||||
populate_list(msg, true);
|
||||
});
|
||||
|
||||
$('input[class=conf]').change(function()
|
||||
|
||||
Reference in New Issue
Block a user