Fix issue with channel settings not being updated

This commit is contained in:
Calvin Montgomery 2015-02-27 13:10:38 -06:00
parent a049a7e2dc
commit 8bee1afad1
1 changed files with 1 additions and 1 deletions

View File

@ -546,7 +546,7 @@ $(".cs-checkbox").change(function () {
socket.emit("setOptions", data);
});
$(".cs-textbox").keydown(function () {
$(".cs-textbox").keyup(function () {
var box = $(this);
var key = box.attr("id").replace("cs-", "");
var value = box.val();