diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-11-09 20:20:17 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-11-09 20:20:17 +0800 |
commit | 71242718eb9d8ed920ac2e70677ae54bf3d140ea (patch) | |
tree | 1efaf4eb8cf0df52d9b6fd45d1284601565066f6 /fg21sim/webui/templates/index.html | |
parent | 2ca52d1ebd934035bfdc99a9c777b666ee5cb5e4 (diff) | |
download | fg21sim-71242718eb9d8ed920ac2e70677ae54bf3d140ea.tar.bz2 |
webui: various small updates
Diffstat (limited to 'fg21sim/webui/templates/index.html')
-rw-r--r-- | fg21sim/webui/templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fg21sim/webui/templates/index.html b/fg21sim/webui/templates/index.html index 4c1dff1..b23c1b8 100644 --- a/fg21sim/webui/templates/index.html +++ b/fg21sim/webui/templates/index.html @@ -31,5 +31,6 @@ {% block extra_script %} <script src="{{ static_url('js/configs.js') }}"></script> + <script src="{{ static_url('js/console.js') }}"></script> <script src="{{ static_url('js/websocket.js') }}"></script> {% end %} |