0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-23 01:40:29 +01:00

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