aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/templates/index.html
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-11-22 17:56:43 +0800
committerAaron LI <aaronly.me@outlook.com>2016-11-22 17:56:43 +0800
commit788219377f44e9d6246077e4486cfd51f0e0e730 (patch)
tree47f2b8e68595fa54df6099dc60d9f9698813e9d0 /fg21sim/webui/templates/index.html
parentd1e3f6219e1325e32e94de2b0c8189647c3393cb (diff)
downloadfg21sim-788219377f44e9d6246077e4486cfd51f0e0e730.tar.bz2
webui: products: Implement client-side AJAX interactions
Diffstat (limited to 'fg21sim/webui/templates/index.html')
-rw-r--r--fg21sim/webui/templates/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/fg21sim/webui/templates/index.html b/fg21sim/webui/templates/index.html
index 9cdccf4..c107b96 100644
--- a/fg21sim/webui/templates/index.html
+++ b/fg21sim/webui/templates/index.html
@@ -30,5 +30,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/products.js') }}"></script>
<script src="{{ static_url('js/websocket.js') }}"></script>
{% end %}