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/assets/js/model/dbinbound.js
parent35feef650f793ffbec2af51a18fd25d8b0beefb1 (diff)
customizable remark #1300
Diffstat (limited to 'web/assets/js/model/dbinbound.js')
-rw-r--r--web/assets/js/model/dbinbound.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/assets/js/model/dbinbound.js b/web/assets/js/model/dbinbound.js
index 7f4f0812..a7157f49 100644
--- a/web/assets/js/model/dbinbound.js
+++ b/web/assets/js/model/dbinbound.js
@@ -137,8 +137,8 @@ class DBInbound {
}
}
- get genInboundLinks() {
+ genInboundLinks() {
const inbound = this.toInbound();
- return inbound.genInboundLinks(this.remark);
+ return inbound.genInboundLinks(this.remark,remarkModel);
}
} \ No newline at end of file