diff options
Diffstat (limited to 'web/html/common/page.html')
| -rw-r--r-- | web/html/common/page.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/html/common/page.html b/web/html/common/page.html index c0a7ca63..0af63afb 100644 --- a/web/html/common/page.html +++ b/web/html/common/page.html @@ -49,6 +49,7 @@ const basePath = '{{ .base_path }}'; axios.defaults.baseURL = basePath; </script> +<script src="{{ .base_path }}assets/js/websocket.js?{{ .cur_ver }}"></script> {{ end }} {{ define "page/body_end" }} |
