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
path: root/web/html
diff options
context:
space:
mode:
authorMHSanaei <mc.sanaei@gmail.com>2023-02-09 23:08:14 +0300
committerMHSanaei <mc.sanaei@gmail.com>2023-02-09 23:08:14 +0300
commitb9ac8d9ee3a8f5fa39072dcef7268eebce9cbc51 (patch)
tree69d67a6eb6c118288a7304361097a35b7cd2a189 /web/html
parentd7ca8ee69d5903d8321c6a336a6d1d586e482244 (diff)
bug fixed
Diffstat (limited to 'web/html')
-rw-r--r--web/html/xui/inbound_modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/inbound_modal.html b/web/html/xui/inbound_modal.html
index 8d72ca2f..0c2be412 100644
--- a/web/html/xui/inbound_modal.html
+++ b/web/html/xui/inbound_modal.html
@@ -77,7 +77,7 @@
this.inModal.inbound.tls = false;
}
},
- addClient(protocol, clients) {
+ addClient(protocol,value, clients) {
switch (protocol) {
case Protocols.VMESS: return clients.push(new Inbound.VmessSettings.Vmess());
case Protocols.VLESS: return clients.push(new Inbound.VLESSSettings.VLESS());