ente/auth/web/splash/splash.js
2024-03-01 12:19:20 +05:30

6 lines
188 B
JavaScript

function removeSplashFromWeb() {
document.getElementById("splash")?.remove();
document.getElementById("splash-branding")?.remove();
document.body.style.background = "transparent";
}