ente/web/splash/splash.js
2022-11-01 11:43:06 +05:30

6 lines
188 B
JavaScript

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