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:
authorAlireza Ahmadi <alireza7@gmail.com>2023-12-08 22:31:17 +0300
committerAlireza Ahmadi <alireza7@gmail.com>2023-12-08 22:31:17 +0300
commitc980a06969c9595f0b0b7d5db301f2413506eb6f (patch)
treec5e3cca1eeda78e613134034e02ea78b82a0d52e /web/html/common
parent35feef650f793ffbec2af51a18fd25d8b0beefb1 (diff)
customizable remark #1300
Diffstat (limited to 'web/html/common')
-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 0df369ff..4be7997d 100644
--- a/web/html/common/qrcode_modal.html
+++ b/web/html/common/qrcode_modal.html
@@ -35,7 +35,7 @@
this.client = client;
this.subId = '';
this.qrcodes = [];
- this.inbound.genAllLinks(this.dbInbound.remark, client).forEach(l => {
+ this.inbound.genAllLinks(this.dbInbound.remark, app.remarkModel, client).forEach(l => {
this.qrcodes.push({
remark: l.remark,
link: l.link