aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/webui/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'fg21sim/webui/templates/base.html')
-rw-r--r--fg21sim/webui/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/fg21sim/webui/templates/base.html b/fg21sim/webui/templates/base.html
index a7b5696..6e9f08a 100644
--- a/fg21sim/webui/templates/base.html
+++ b/fg21sim/webui/templates/base.html
@@ -52,7 +52,7 @@
</div>
{% block script %}
- <script src="{{ static_url('js/jquery-3.1.1.js') }}"></script>
+ <script src="{{ static_url('js/jquery.js') }}"></script>
<script src="{{ static_url('js/jquery.modal.js') }}"></script>
<script src="{{ static_url('js/main.js') }}"></script>
{% block extra_script %}{% end %}