From 08827aafd72ccc84d8856e3a7a07abd7d93fad33 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 19 May 2008 13:00:35 +0100 Subject: prefs: add loading progressbar --- functions.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'functions.js') 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!"); + } +} -- cgit v1.2.3-54-g00ecf