ente/web/splash/splash.js

6 lines
188 B
JavaScript
Raw Normal View History

2022-11-01 06:13:06 +00:00
function removeSplashFromWeb() {
document.getElementById("splash")?.remove();
document.getElementById("splash-branding")?.remove();
document.body.style.background = "transparent";
}