diff options
Diffstat (limited to 'fg21sim/webui/templates/index.html')
-rw-r--r-- | fg21sim/webui/templates/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fg21sim/webui/templates/index.html b/fg21sim/webui/templates/index.html index 105c4a0..8eb65cd 100644 --- a/fg21sim/webui/templates/index.html +++ b/fg21sim/webui/templates/index.html @@ -28,3 +28,7 @@ {% block footer %} {% include "footer.html" %} {% end %} + +{% block extra_script %} + <script src="{{ static_url('js/websocket.js') }}"></script> +{% end %} |