Index: remoting/webapp/html/template_background.html |
diff --git a/remoting/webapp/html/template_wcs_sandbox.html b/remoting/webapp/html/template_background.html |
similarity index 66% |
copy from remoting/webapp/html/template_wcs_sandbox.html |
copy to remoting/webapp/html/template_background.html |
index 11916ae4f13b78ce47ab608241c39e13e9e83b0b..366a17d80f4cc10070529aaf8405cdb47f1c1d31 100644 |
--- a/remoting/webapp/html/template_wcs_sandbox.html |
+++ b/remoting/webapp/html/template_background.html |
@@ -8,9 +8,10 @@ found in the LICENSE file. |
<html> |
<head> |
<meta charset="utf-8"> |
- |
<meta-include type="javascript"/> |
- |
+ <!-- background.js is the entry-point of the background module. It needs to |
+ be included at the end --> |
+ <script src='background.js'></script> |
</head> |
<body> |
</body> |