mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-31 09:19:16 +02:00
tunnel string hotfix
This commit is contained in:
@@ -83,7 +83,7 @@ function submitData() {
|
|||||||
const tunnelUsername = $('#tunnel-username').val();
|
const tunnelUsername = $('#tunnel-username').val();
|
||||||
const tunnelSubdomain = $('#tunnel-subdomain').val();
|
const tunnelSubdomain = $('#tunnel-subdomain').val();
|
||||||
const tunnelToken = $('#tunnel-token').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 tunnelLowLatency = $("#tuner-lowlatency").is(":checked");
|
||||||
|
|
||||||
const publicTuner = $("#tuner-public").is(":checked");
|
const publicTuner = $("#tuner-public").is(":checked");
|
||||||
|
|||||||
Reference in New Issue
Block a user