diff options
| author | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-03-07 10:11:03 +0300 |
|---|---|---|
| committer | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-03-07 10:11:03 +0300 |
| commit | 7483fb2ec57055f5f4f0fb14e559a87a5c2106f9 (patch) | |
| tree | d16e022cd195924ee94da87d96a821d06ddd32cf /web/html | |
| parent | 2d8cca3a2ec1ae9034b7bc28a2fb5f2260f43e1a (diff) | |
refactor: delete `base64js`
instead of base64 library you can use built-in JS functions `btoa()` and `atob()`
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/xui/inbounds.html | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ </a-layout> </a-layout> {{template "js" .}} -<script src="{{ .base_path }}assets/base64/base64.min.js"></script> <script src="{{ .base_path }}assets/qrcode/qrious2.min.js?{{ .cur_ver }}"></script> <script src="{{ .base_path }}assets/uri/URI.min.js?{{ .cur_ver }}"></script> <script src="{{ .base_path }}assets/js/model/inbound.js?{{ .cur_ver }}"></script> |
