From 2acfe26c97c203cf931044f480568028f215559c Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 1 Nov 2016 15:15:24 +0800 Subject: Serve jQuery locally (use jqyeru-3.1.1.js) --- fg21sim/webui/templates/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fg21sim/webui/templates/base.html') diff --git a/fg21sim/webui/templates/base.html b/fg21sim/webui/templates/base.html index 51d8a94..35b55dd 100644 --- a/fg21sim/webui/templates/base.html +++ b/fg21sim/webui/templates/base.html @@ -15,6 +15,7 @@ + {% block extra_css %}{% end %} {% end %} @@ -39,7 +40,7 @@ {% block script %} - + {% block extra_script %}{% end %} {% end %} -- cgit v1.2.2