]> git.wh0rd.org - tt-rss.git/blobdiff - js/functions.js
feedbrowser hack
[tt-rss.git] / js / functions.js
old mode 100755 (executable)
new mode 100644 (file)
index 6a895fc..25aa26d
@@ -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, "");
 }