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 cebc63b6d8
Commit 9b96c02d0f

Datei anzeigen

@ -1,6 +1,7 @@
// discourse-skip-module
/*global document, Logster */
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 };
}
}