rm unused js
This commit is contained in:
parent
ce51bb3311
commit
604541f9c4
@ -1,9 +0,0 @@
|
||||
document.getElementById('email').addEventListener('input', function() {
|
||||
let emailInput = document.getElementById('email').value;
|
||||
let prefix = document.getElementById('email-prefix');
|
||||
if (emailInput.includes('@p0ntus.com')) {
|
||||
prefix.innerText = emailInput.split('@')[0];
|
||||
} else {
|
||||
prefix.innerText = emailInput;
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user