You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-27 06:23:53 +01:00
low latency checkbox fix
This commit is contained in:
@@ -84,7 +84,7 @@ function submitData() {
|
||||
const tunnelSubdomain = $('#tunnel-subdomain').val();
|
||||
const tunnelToken = $('#tunnel-token').val();
|
||||
const tunnelEnabled = $("#tunnel-enable").is(":checked");
|
||||
const tunnelLowLatency = $("#tuner-lowlatency").is(":checked");
|
||||
const tunnelLowLatency = $("#tunnel-lowlatency").is(":checked");
|
||||
|
||||
const publicTuner = $("#tuner-public").is(":checked");
|
||||
const lockToAdmin = $("#tuner-lock").is(":checked");
|
||||
|
||||
Reference in New Issue
Block a user