From: Andrew Dolgov Date: Fri, 30 Nov 2018 12:13:19 +0000 (+0300) Subject: remove remove_splash() X-Git-Tag: 18.12~4 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=764434a491ee0b42b70d262fa49aee2b6a9e93a8 remove remove_splash() --- 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, ""); }