mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:55:55 +00:00
remove remove_splash()
This commit is contained in:
@@ -478,12 +478,8 @@ function loading_set_progress(p) {
|
|||||||
dijit.byId("loading_bar").update({progress: loading_progress});
|
dijit.byId("loading_bar").update({progress: loading_progress});
|
||||||
|
|
||||||
if (loading_progress >= 90)
|
if (loading_progress >= 90)
|
||||||
remove_splash();
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
function remove_splash() {
|
|
||||||
Element.hide("overlay");
|
Element.hide("overlay");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function strip_tags(s) {
|
function strip_tags(s) {
|
||||||
|
|||||||
Reference in New Issue
Block a user