Try removing conditional from bootstrap
Dieser Commit ist enthalten in:
Ursprung
3c0d256e4e
Commit
cebc63b6d8
1 geänderte Dateien mit 18 neuen und 20 gelöschten Zeilen
|
@ -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 };
|
||||
}
|
||||
}
|
||||
|
|
Laden …
In neuem Issue referenzieren