Rain/web/splash/splash.js

6 lines
188 B
JavaScript
Raw Normal View History

2023-01-16 13:39:30 +03:00
function removeSplashFromWeb() {
document.getElementById("splash")?.remove();
document.getElementById("splash-branding")?.remove();
document.body.style.background = "transparent";
}