From 61e068ab4041d2f117ed0d75ca7e5b90e0080a12 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Tue, 16 Jan 2024 00:47:21 +0330 Subject: v2.1.0 --- web/html/xui/xray.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'web/html/xui/xray.html') diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html index ff9eb2a9..54d40993 100644 --- a/web/html/xui/xray.html +++ b/web/html/xui/xray.html @@ -228,6 +228,7 @@ + WARP {{ i18n "pages.xray.rules.outbound" }} @@ -1141,10 +1142,6 @@ get: function () { return JSON.stringify(this.ipv4Domains, null, 2); }, set: debounce(function (value) { this.ipv4Domains = JSON.parse(value); }, 1000) }, - manualWARPDomains: { - get: function () { return JSON.stringify(this.warpDomains, null, 2); }, - set: debounce(function (value) { this.warpDomains = JSON.parse(value); }, 1000) - }, torrentSettings: { get: function () { return doAllItemsExist(this.settingsData.protocols.bittorrent, this.blockedProtocols); -- cgit v1.2.3