Index: issue-reporter.html |
=================================================================== |
--- a/issue-reporter.html |
+++ b/issue-reporter.html |
@@ -20,6 +20,8 @@ |
<head> |
<meta charset="utf-8"> |
<script src="polyfill.js"></script> |
+ <script src="ext/common.js"></script> |
+ <script src="ext/content.js"></script> |
a.giammarchi
2018/03/07 17:11:04
anything we need to do on build tools level to be
saroyanm
2018/03/08 15:14:27
That's a good point and probably true for the othe
|
<script src="issue-reporter.js"></script> |
<script src="i18n.js"></script> |
<link rel="stylesheet" type="text/css" href="skin/fonts.css"> |