You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 22:13:53 +01: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