stop polluting my logs you lil POST
This commit is contained in:
parent
0dfb4fd935
commit
f51fb78fd3
1 changed files with 3 additions and 0 deletions
|
@ -3268,6 +3268,9 @@ const app = new Vue({
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
req.onerror = function () {
|
||||||
|
console.log("MXM Translation somehow died. Don't need to know why.")
|
||||||
|
};
|
||||||
req.open('POST', url, true);
|
req.open('POST', url, true);
|
||||||
req.send();
|
req.send();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue