aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/templates/index.html
diff options
context:
space:
mode:
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 %}