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