summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/functions.js b/functions.js
index 01de05b22..83e24bf09 100644
--- a/functions.js
+++ b/functions.js
@@ -1697,3 +1697,11 @@ function loading_set_progress(p) {
exception_error("loading_set_progress", e);
}
}
+
+function remove_splash() {
+ if (Element.visible("overlay")) {
+ debug("about to remove splash, OMG!");
+ Element.hide("overlay");
+ debug("removed splash!");
+ }
+}