Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 730009fd authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

dom loaded

parent 99185ec5
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -18,10 +18,12 @@ document.addEventListener('DOMContentLoaded', function() {
			document.querySelector('.banner-content').classList.add('slow-show')
		}
	})
})

	if (window.location.href.includes("?showResetPassword=1")) {
		var elementLostPassword = document.getElementById("lost-password");
		if (elementLostPassword) {
		  elementLostPassword.click();
		}
	}
})