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

Unified Diff: issue-reporter.html

Issue 29716600: Issue 6292 - Make issue reporter compatible with test server (Closed)
Patch Set: Fixed nits Created March 12, 2018, 3:58 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 | « ext/content.js ('k') | issue-reporter.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
<script src="issue-reporter.js"></script>
<script src="i18n.js"></script>
<link rel="stylesheet" type="text/css" href="skin/fonts.css">
« no previous file with comments | « ext/content.js ('k') | issue-reporter.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld