Files
workavia-mail-front/web/splash/splash.js
T
dab246 fa589fc81c TF-2135 Add splash screen for web
(cherry picked from commit da3c6133d7ae9210dd7dcbe98470f1836cea8e33)
2023-09-14 16:58:31 +07:00

6 lines
188 B
JavaScript

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