Update editor.js
This commit is contained in:
@@ -6,7 +6,10 @@ document.addEventListener("DOMContentLoaded", function() {
|
|||||||
|
|
||||||
// Falls das Formular auf der aktuellen Seite nicht existiert, Skript abbrechen
|
// Falls das Formular auf der aktuellen Seite nicht existiert, Skript abbrechen
|
||||||
if (!form) {
|
if (!form) {
|
||||||
|
console.error("Skript abgebrochen: Formular nicht gefunden!");
|
||||||
return;
|
return;
|
||||||
|
} else {
|
||||||
|
console.log("Formular gefunden:", form);
|
||||||
}
|
}
|
||||||
|
|
||||||
const container = document.getElementById("block-container");
|
const container = document.getElementById("block-container");
|
||||||
|
|||||||
Reference in New Issue
Block a user