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/warp_modal.html | 10 +++++----- web/html/xui/xray.html | 5 +---- 2 files changed, 6 insertions(+), 9 deletions(-) (limited to 'web/html') diff --git a/web/html/xui/warp_modal.html b/web/html/xui/warp_modal.html index c9f86603..d1663df0 100644 --- a/web/html/xui/warp_modal.html +++ b/web/html/xui/warp_modal.html @@ -76,7 +76,7 @@ WARP {{ i18n "pages.xray.rules.outbound" }} - + + 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