Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShishkevich D. <135337715+shishkevichd@users.noreply.github.com>2025-03-08 05:54:41 +0300
committerGitHub <noreply@github.com>2025-03-08 05:54:41 +0300
commit6658f648e696712d5bca3083d613203fbb5ff2df (patch)
tree228017738e6dccc406c3592f114e3a7d8ffbc871 /web/html/common
parentd6f9f3f6d3747b049de52be2e68cb9a850343307 (diff)
refactor: move language manager to utils (#2735)
Diffstat (limited to 'web/html/common')
-rw-r--r--web/html/common/js.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/html/common/js.html b/web/html/common/js.html
index 2d93935f..1c2d64b3 100644
--- a/web/html/common/js.html
+++ b/web/html/common/js.html
@@ -7,7 +7,6 @@
<script src="{{ .base_path }}assets/js/axios-init.js?{{ .cur_ver }}"></script>
<script src="{{ .base_path }}assets/js/util/date-util.js?{{ .cur_ver }}"></script>
<script src="{{ .base_path }}assets/js/util/index.js?{{ .cur_ver }}"></script>
-<script src="{{ .base_path }}assets/js/langs.js"></script>
<script>
const basePath = '{{ .base_path }}';
axios.defaults.baseURL = basePath;