Fix issue with channel settings not being updated
This commit is contained in:
parent
a049a7e2dc
commit
8bee1afad1
|
@ -546,7 +546,7 @@ $(".cs-checkbox").change(function () {
|
||||||
socket.emit("setOptions", data);
|
socket.emit("setOptions", data);
|
||||||
});
|
});
|
||||||
|
|
||||||
$(".cs-textbox").keydown(function () {
|
$(".cs-textbox").keyup(function () {
|
||||||
var box = $(this);
|
var box = $(this);
|
||||||
var key = box.attr("id").replace("cs-", "");
|
var key = box.attr("id").replace("cs-", "");
|
||||||
var value = box.val();
|
var value = box.val();
|
||||||
|
|
Loading…
Reference in a new issue