diff --git a/404.html b/404.html
index 058c7d2..8562f37 100644
--- a/404.html
+++ b/404.html
@@ -29,25 +29,6 @@ This Website was developed by TheErrorExe for Blockattack. TheErrorExe is and wi
console.error("Fehler beim Kopieren der IP: ", err);
});
});
- document.querySelectorAll('.card').forEach(card => {
- card.addEventListener('click', () => {
- const featureName = card.getAttribute('data-feature');
- switch (featureName) {
- case "Gebietsclaiming":
- alert("Claime ganz einfach ein Gebiet mit /f claim und baue dein eigenes Land.");
- break;
- case "PVP-Kämpfe":
- alert("Mach Kämpfe gegen andere Spieler des Blockattack Servers!");
- break;
- case "Events":
- alert("Beteilige dich bei Events!");
- break;
- default:
- alert("Feature nicht gefunden.");
- }
- });
- });
-
@@ -67,10 +48,10 @@ This Website was developed by TheErrorExe for Blockattack. TheErrorExe is and wi
Blockattack
-
diff --git a/about.html b/about.html
index 8e45bc1..35566eb 100644
--- a/about.html
+++ b/about.html
@@ -29,25 +29,6 @@ This Website was developed by TheErrorExe for Blockattack. TheErrorExe is and wi
console.error("Fehler beim Kopieren der IP: ", err);
});
});
- document.querySelectorAll('.card').forEach(card => {
- card.addEventListener('click', () => {
- const featureName = card.getAttribute('data-feature');
- switch (featureName) {
- case "Gebietsclaiming":
- alert("Claime ganz einfach ein Gebiet mit /f claim und baue dein eigenes Land.");
- break;
- case "PVP-Kämpfe":
- alert("Mach Kämpfe gegen andere Spieler des Blockattack Servers!");
- break;
- case "Events":
- alert("Beteilige dich bei Events!");
- break;
- default:
- alert("Feature nicht gefunden.");
- }
- });
- });
-
@@ -67,7 +48,6 @@ This Website was developed by TheErrorExe for Blockattack. TheErrorExe is and wi
Blockattack
-
diff --git a/index.html b/index.html
index 5f823c8..a762845 100644
--- a/index.html
+++ b/index.html
@@ -39,7 +39,6 @@ This Website was developed by TheErrorExe for Blockattack. TheErrorExe is and wi
Blockattack
-
diff --git a/server.html b/server.html
index 421c774..79ae958 100644
--- a/server.html
+++ b/server.html
@@ -29,25 +29,6 @@ This Website was developed by TheErrorExe for Blockattack. TheErrorExe is and wi
console.error("Fehler beim Kopieren der IP: ", err);
});
});
- document.querySelectorAll('.card').forEach(card => {
- card.addEventListener('click', () => {
- const featureName = card.getAttribute('data-feature');
- switch (featureName) {
- case "Gebietsclaiming":
- alert("Claime ganz einfach ein Gebiet mit /f claim und baue dein eigenes Land.");
- break;
- case "PVP-Kämpfe":
- alert("Mach Kämpfe gegen andere Spieler des Blockattack Servers!");
- break;
- case "Events":
- alert("Beteilige dich bei Events!");
- break;
- default:
- alert("Feature nicht gefunden.");
- }
- });
- });
-
@@ -67,7 +48,6 @@ This Website was developed by TheErrorExe for Blockattack. TheErrorExe is and wi
Blockattack
-