summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/base.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/base.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html
index 3508962e67..492a0f561a 100644
--- a/bitbake/lib/toaster/toastergui/templates/base.html
+++ b/bitbake/lib/toaster/toastergui/templates/base.html
@@ -11,6 +11,8 @@
11<meta name="viewport" content="width=device-width, initial-scale=1.0" /> 11<meta name="viewport" content="width=device-width, initial-scale=1.0" />
12<script src="{% static 'js/jquery-2.0.3.min.js' %}"> 12<script src="{% static 'js/jquery-2.0.3.min.js' %}">
13</script> 13</script>
14<script src="{% static 'js/jquery.cookie.js' %}">
15</script>
14<script src="{% static 'js/bootstrap.min.js' %}"> 16<script src="{% static 'js/bootstrap.min.js' %}">
15</script> 17</script>
16<script src="{% static 'js/prettify.js' %}"> 18<script src="{% static 'js/prettify.js' %}">