X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=blobdiff_plain;f=js%2Ffunctions.js;h=25aa26d39201a576df175a472709ba5b1774f66b;hp=6a895fc50ad08719fce96ee73a4dc805982c35c6;hb=764434a491ee0b42b70d262fa49aee2b6a9e93a8;hpb=02ec3984bd18f8a1c55dec448d1d401e3e5a1880 diff --git a/js/functions.js b/js/functions.js index 6a895fc5..25aa26d3 100755 --- a/js/functions.js +++ b/js/functions.js @@ -478,14 +478,10 @@ function loading_set_progress(p) { dijit.byId("loading_bar").update({progress: loading_progress}); if (loading_progress >= 90) - remove_splash(); + Element.hide("overlay"); } -function remove_splash() { - Element.hide("overlay"); -} - function strip_tags(s) { return s.replace(/<\/?[^>]+(>|$)/g, ""); }