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 210cf3360c..e26a429daa 100644
--- a/bitbake/lib/toaster/toastergui/templates/base.html
+++ b/bitbake/lib/toaster/toastergui/templates/base.html
@@ -21,6 +21,8 @@
21 </script> 21 </script>
22 <script src="{% static 'js/bootstrap.min.js' %}"> 22 <script src="{% static 'js/bootstrap.min.js' %}">
23 </script> 23 </script>
24 <script src="{% static 'js/typeahead.jquery.min.js' %}">
25 </script>
24 <script src="{% static 'js/prettify.js' %}"> 26 <script src="{% static 'js/prettify.js' %}">
25 </script> 27 </script>
26 <script src="{% static 'js/libtoaster.js' %}"> 28 <script src="{% static 'js/libtoaster.js' %}">