| 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> |