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, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html
index e26a429daa..2cbc1872e8 100644
--- a/bitbake/lib/toaster/toastergui/templates/base.html
+++ b/bitbake/lib/toaster/toastergui/templates/base.html
@@ -21,7 +21,7 @@
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' %}"> 24 <script src="{% static 'js/typeahead.jquery.js' %}">
25 </script> 25 </script>
26 <script src="{% static 'js/prettify.js' %}"> 26 <script src="{% static 'js/prettify.js' %}">
27 </script> 27 </script>