Backed out changeset cadbabe9cb86 (bug 1392407) for eslint failure at toolkit/content/aboutTelemetry.js:2065: Multiple spaces found before '{'. r=backout
This commit is contained in:
@@ -2059,12 +2059,7 @@ function urlStateRestore() {
|
||||
}
|
||||
|
||||
function openJsonInFirefoxJsonViewer(json) {
|
||||
json = unescape(encodeURIComponent(json));
|
||||
try {
|
||||
window.open("data:application/json;base64," + btoa(json));
|
||||
} catch (e) {
|
||||
show(document.querySelector(".category[value=raw-payload-section]"));
|
||||
}
|
||||
window.open("data:application/json;base64," + btoa(json));
|
||||
}
|
||||
|
||||
function onLoad() {
|
||||
|
||||
Reference in New Issue
Block a user