Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
web: remove splash screen
  • Loading branch information
borisfaure committed Jul 27, 2010
1 parent f9f19b5 commit bde1979
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions amsn2/ui/front_ends/web/static/js/backend.js
Expand Up @@ -396,20 +396,6 @@ function signingIn()
{
hideLogin();
} // }}}
// splash screen {{{
function setImageSplashScreen() {}
function setTextSplashScreen(txt)
{
$("div.splashScreen").text(txt);
}
function showSplashScreen()
{
$("div.splashScreen").show("slow");
}
function hideSplashScreen()
{
$("div.splashScreen").hide("slow");
} // }}}

function myInfoUpdated()
{
Expand Down

0 comments on commit bde1979

Please sign in to comment.