Own drive translations

This commit is contained in:
yflory
2018-12-20 11:18:12 +01:00
parent f2f9b57505
commit c6acd191b9
3 changed files with 16 additions and 17 deletions

View File

@@ -54,16 +54,6 @@ define([
APP.toolbar = Toolbar.create(configTb);
APP.toolbar.$rightside.hide();
// we're in upload mode
if (!common.isLoggedIn()) {
UI.removeLoadingScreen();
return UI.alert(Messages.contacts_mustLogin, function () {
common.setLoginRedirect(function () {
common.gotoURL('/login/');
});
});
}
MessengerUI.create($(appElement), common);
UI.removeLoadingScreen();