1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 14:11:59 +01:00

tunnel string hotfix

This commit is contained in:
NoobishSVK
2024-09-26 15:59:04 +02:00
parent f295f18e8f
commit ae6d077f58

View File

@@ -83,7 +83,7 @@ function submitData() {
const tunnelUsername = $('#tunnel-username').val();
const tunnelSubdomain = $('#tunnel-subdomain').val();
const tunnelToken = $('#tunnel-token').val();
const tunnelEnabled = $("#tunnel-enabled").is(":checked");
const tunnelEnabled = $("#tunnel-enable").is(":checked");
const tunnelLowLatency = $("#tuner-lowlatency").is(":checked");
const publicTuner = $("#tuner-public").is(":checked");