Own drive translations
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user