mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
Fix issue with channel settings not being updated
This commit is contained in:
parent
a049a7e2dc
commit
8bee1afad1
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue