ok im going to update so you can work
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
function redirectToFile() {
|
||||
window.location.href = 'index.html'; // Replace 'file.html' with the actual file you want to redirect to
|
||||
}
|
||||
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
const textInput = document.getElementById('text_input');
|
||||
const hiddenInput = document.querySelector('.password.hidden');
|
||||
|
||||
Reference in New Issue
Block a user