anmelden.js entfernt

master_stand_10_05_23
Sebastian Greil 2023-05-17 11:31:57 +02:00
parent 567cc17793
commit cea36e1839
3 changed files with 2 additions and 10 deletions

View File

@ -1,8 +0,0 @@
document.getElementById("anmeldebutton").addEventListener("submit", Redirect);
function Redirect() {
window.location = sessionStorage.getItem("clicked-last")
sessionStorage.removeItem("clicked-last")
return true
}

View File

@ -117,6 +117,6 @@
</div> </div>
</footer> </footer>
</body> </body>
<script src="anmelden.js"></script>
</html> </html>

View File

@ -117,6 +117,6 @@
</div> </div>
</footer> </footer>
</body> </body>
<script src="anmelden.js"></script>
</html> </html>