0.1.354 mailingSubscribeRequired functional
This commit is contained in:
@@ -158,6 +158,17 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
img.style.backgroundPosition = "center"
|
||||
// img.style.backgroundSize = '50%'
|
||||
}
|
||||
|
||||
|
||||
let login_email = document.getElementById('login_email_input')
|
||||
let registration_email = document.getElementById('registration_email_input')
|
||||
if(login_email){
|
||||
login_email.value = sessionStorage.getItem('email')
|
||||
}else if(registration_email){
|
||||
registration_email.value = sessionStorage.getItem('email')
|
||||
}
|
||||
|
||||
|
||||
});
|
||||
|
||||
// window.addEventListener('scroll', () => {
|
||||
|
||||
Reference in New Issue
Block a user