From 7483fb2ec57055f5f4f0fb14e559a87a5c2106f9 Mon Sep 17 00:00:00 2001 From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com> Date: Fri, 7 Mar 2025 07:11:03 +0000 Subject: refactor: delete `base64js` instead of base64 library you can use built-in JS functions `btoa()` and `atob()` --- web/html/xui/inbounds.html | 1 - 1 file changed, 1 deletion(-) (limited to 'web/html') diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 86890926..93999e97 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -544,7 +544,6 @@ {{template "js" .}} - -- cgit v1.2.3