Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: testIndex.html.tmpl

Issue 29326218: Issue 3039 - Hard code qunit.js in test runner page (Closed)
Patch Set: Created Sept. 9, 2015, 6:06 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testIndex.html.tmpl
diff --git a/testIndex.html.tmpl b/testIndex.html.tmpl
index 70c0abbced7dc9707e5c074b7104dc6a42e061bf..d29a372d9b15c9e2176fc49114c1d964503cc2a6 100644
--- a/testIndex.html.tmpl
+++ b/testIndex.html.tmpl
@@ -21,6 +21,7 @@
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="qunit.css" />
+ <script src="qunit.js"></script>
{%- for script in scripts %}
<script src="{{ script }}"></script>
{%- endfor %}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld