Files
flutter_server_box/web/splash/splash.js
2023-06-08 20:48:16 +08:00

6 lines
188 B
JavaScript

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