summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/js-unit-tests.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/js-unit-tests.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/js-unit-tests.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/js-unit-tests.html b/bitbake/lib/toaster/toastergui/templates/js-unit-tests.html
index 94ad4f8e99..ca248962f0 100644
--- a/bitbake/lib/toaster/toastergui/templates/js-unit-tests.html
+++ b/bitbake/lib/toaster/toastergui/templates/js-unit-tests.html
@@ -14,7 +14,7 @@
14<script src="{% static 'js/bootstrap.min.js' %}"></script> 14<script src="{% static 'js/bootstrap.min.js' %}"></script>
15<script src="{% static 'js/filtersnippet.js' %}"></script> 15<script src="{% static 'js/filtersnippet.js' %}"></script>
16<script src="{% static 'js/importlayer.js' %}"></script> 16<script src="{% static 'js/importlayer.js' %}"></script>
17<script src="{% static 'js/prettify.js' %}"></script> 17<script src="{% static 'js/highlight.pack.js' %}"></script>
18<script src="{% static 'js/layerBtn.js' %}"></script> 18<script src="{% static 'js/layerBtn.js' %}"></script>
19<script src="{% static 'js/layerDepsModal.js' %}"></script> 19<script src="{% static 'js/layerDepsModal.js' %}"></script>
20<script src="{% static 'js/projectpage.js' %}"></script> 20<script src="{% static 'js/projectpage.js' %}"></script>