Fixed some true/false on conf

This commit is contained in:
Kasper Rynning-Tønnesen
2015-04-15 20:14:44 +02:00
parent f4a2c7c77f
commit e60c1e2795
3 changed files with 9 additions and 8 deletions

View File

@@ -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()