1
0
Fork 0

re-add qunit bootstrap conditional

Dieser Commit ist enthalten in:
Angus McLeod 2022-04-11 12:17:11 +02:00
Ursprung 576d96b2ba
Commit 3abb65294c

Datei anzeigen

@ -1,6 +1,7 @@
// discourse-skip-module
/*global document, Logster, QUnit */
if (window.location.pathname.indexOf("/w/") > -1 && Ember.testing) {
document.addEventListener("DOMContentLoaded", function () {
document.body.insertAdjacentHTML(
"afterbegin",
@ -22,3 +23,4 @@ if (window.Logster) {
} else {
window.Logster = { enabled: false };
}
}