Remove the logo from the filepicker loading screen

This commit is contained in:
yflory
2017-09-05 15:34:38 +02:00
parent 01881ac469
commit 53eb9bb541
10 changed files with 20 additions and 10 deletions

View File

@@ -116,7 +116,7 @@ define([
$('button.login').click(function () {
// setTimeout 100ms to remove the keyboard on mobile devices before the loading screen pops up
window.setTimeout(function () {
Cryptpad.addLoadingScreen(Messages.login_hashing);
Cryptpad.addLoadingScreen({loadingText: Messages.login_hashing});
// We need a setTimeout(cb, 0) otherwise the loading screen is only displayed after hashing the password
window.setTimeout(function () {
loginReady(function () {