0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00

Try removing conditional from bootstrap

Dieser Commit ist enthalten in:
Angus McLeod 2022-04-11 11:47:33 +02:00
Ursprung 3c0d256e4e
Commit cebc63b6d8

Datei anzeigen

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