don't show usage tips on error screens

This commit is contained in:
ansuz
2017-03-15 18:58:39 +01:00
parent 0a6373852e
commit 298725b3c2
2 changed files with 5 additions and 5 deletions

View File

@@ -188,7 +188,7 @@ define([
}
});
Cryptpad.logout();
Cryptpad.addLoadingScreen();
Cryptpad.addLoadingScreen(undefined, true);
Cryptpad.errorLoadingScreen(Cryptpad.Messages.onLogout, true);
if (exp.info) {
exp.info.network.disconnect();