Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
MHSanaei committed Jan 26, 2025
1 parent 5c4e2df commit b349566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/html/xui/inbounds.html
Original file line number Diff line number Diff line change
@@ -1455,7 +1455,7 @@
if (clients != null){
clients.forEach(c => {
if (c.subId && c.subId.length>0){
subLinks.push(this.subSettings.subURI + c.subId + "?name=" + c.subId)
subLinks.push(this.subSettings.subURI + c.subId)
}
})
}
@@ -1482,7 +1482,7 @@
if (clients != null){
clients.forEach(c => {
if (c.subId && c.subId.length>0){
subLinks.push(this.subSettings.subURI + c.subId + "?name=" + c.subId)
subLinks.push(this.subSettings.subURI + c.subId)
}
})
}

0 comments on commit b349566

Please sign in to comment.