diff options
Diffstat (limited to 'web/html/common')
| -rw-r--r-- | web/html/common/qrcode_modal.html | 2 |
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() { |
