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

Unified Diff: background.html.tmpl

Issue 11544056: Prepared buildtools for Safari (Closed)
Patch Set: Created Sept. 9, 2013, 9:25 a.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
Index: background.html.tmpl
===================================================================
new file mode 100644
--- /dev/null
+++ b/background.html.tmpl
@@ -0,0 +1,9 @@
+<html>
+<head>
+{%- for script in backgroundScripts %}
+<script type="application/javascript" src="{{ script }}"></script>
+{%- endfor %}
+</head>
+<body>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld