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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/js-unit-tests.html b/bitbake/lib/toaster/toastergui/templates/js-unit-tests.html
index 8d65f33cb1..94ad4f8e99 100644
--- a/bitbake/lib/toaster/toastergui/templates/js-unit-tests.html
+++ b/bitbake/lib/toaster/toastergui/templates/js-unit-tests.html
@@ -4,9 +4,9 @@
4{% load static %} 4{% load static %}
5{% block pagecontent %} 5{% block pagecontent %}
6 6
7<link rel="stylesheet" href="//code.jquery.com/qunit/qunit-1.18.0.css" /> 7<link rel="stylesheet" href="{% static 'css/qunit-1.18.0.css' %}" />
8 8
9<script src="//code.jquery.com/qunit/qunit-1.18.0.js"></script> 9<script src="{% static 'js/qunit-1.18.0.js' %}"></script>
10 10
11<script src="{% static 'js/layerDepsModal.js' %}"></script> 11<script src="{% static 'js/layerDepsModal.js' %}"></script>
12<script src="{% static 'js/projectpage.js' %}"></script> 12<script src="{% static 'js/projectpage.js' %}"></script>