1
0
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:
NoobishSVK
2024-09-26 16:03:02 +02:00
parent ae6d077f58
commit 6978d4e436

View File

@@ -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");