Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-12-13 19:25:20 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-12-14 09:45:44 +0300
commit6a2019629b203108062c05c0b17b37604405fcfd (patch)
tree7f7a3c8115d5b89db7daefdc70fd96acbd5c9ef7 /web/html/common/qrcode_modal.html
parent8d18c8e98f1b6531d1997feb6933419d71401968 (diff)
v2.0.1
Diffstat (limited to 'web/html/common/qrcode_modal.html')
-rw-r--r--web/html/common/qrcode_modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html
index 4be7997d..668f426c 100644
--- a/web/html/common/qrcode_modal.html
+++ b/web/html/common/qrcode_modal.html
@@ -72,7 +72,7 @@
});
},
genSubLink(subID) {
- return app.subSettings.subURI+subID+'?name='+subID;
+ return app.subSettings.subURI+subID;
}
},
updated() {