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

Unified Diff: background.html.tmpl

Issue 29326188: Issue 3039 - Generate qunit/index.html based on metadata (Closed)
Patch Set: Avoid hardcoding "Adblock Plus", instead use basename Created Sept. 9, 2015, 4:28 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 | packagerChrome.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: background.html.tmpl
diff --git a/background.html.tmpl b/background.html.tmpl
index 6dfa0a866556368e0825070620c677b3ce3f92a5..e8febc9c779179354fe76d15ae0dfc098916fccb 100644
--- a/background.html.tmpl
+++ b/background.html.tmpl
@@ -1,6 +1,6 @@
<html>
<head>
-{%- for script in backgroundScripts %}
+{%- for script in scripts %}
<script type="application/javascript" src="{{ script }}"></script>
{%- endfor %}
</head>
« no previous file with comments | « no previous file | packagerChrome.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld