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) {
|
function openJsonInFirefoxJsonViewer(json) {
|
||||||
json = unescape(encodeURIComponent(json));
|
window.open("data:application/json;base64," + btoa(json));
|
||||||
try {
|
|
||||||
window.open("data:application/json;base64," + btoa(json));
|
|
||||||
} catch (e) {
|
|
||||||
show(document.querySelector(".category[value=raw-payload-section]"));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function onLoad() {
|
function onLoad() {
|
||||||
|
|||||||
Reference in New Issue
Block a user