adventskalender/shared/js/lock.js aktualisiert
This commit is contained in:
@@ -149,11 +149,12 @@ function createDevConsole() {
|
||||
|
||||
// An passender Stelle einfügen
|
||||
if (existingReset) {
|
||||
// direkt danach
|
||||
existingReset.insertAdjacentElement("afterend", box);
|
||||
} else {
|
||||
document.body.appendChild(box);
|
||||
}
|
||||
existingReset.insertAdjacentElement("afterend", box);
|
||||
// etwas Abstand, damit sich Reset und Dev nicht überlagern
|
||||
box.style.bottom = "60px";
|
||||
} else {
|
||||
document.body.appendChild(box);
|
||||
}
|
||||
}
|
||||
|
||||
// ===============================
|
||||
|
||||
Reference in New Issue
Block a user