Files
feeddeck/app/web/splash/splash.js
2023-09-03 16:16:38 +02:00

6 lines
188 B
JavaScript

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