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

Unified Diff: issue-reporter.js

Issue 29716600: Issue 6292 - Make issue reporter compatible with test server (Closed)
Patch Set: Created March 7, 2018, 4:06 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
« issue-reporter.html ('K') | « issue-reporter.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: issue-reporter.js
===================================================================
--- a/issue-reporter.js
+++ b/issue-reporter.js
@@ -17,8 +17,6 @@
"use strict";
-window.ext = {};
saroyanm 2018/03/07 16:16:59 We are safe to remove this as the "original" commo
a.giammarchi 2018/03/07 17:11:04 Off topic side note: it'd be awesome to stop assum
saroyanm 2018/03/08 15:14:27 That's true. Another important side note: this Pa
-
let reportData = new DOMParser().parseFromString("<report></report>",
"text/xml");
« issue-reporter.html ('K') | « issue-reporter.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld