Merge pull request #281 from nextcloud/fix/280
Do not show loading screen if we need a nickname
This commit is contained in:
Коммит
60707ee9f6
|
@ -618,7 +618,7 @@ var documentsMain = {
|
|||
|
||||
documentsMain.show(fileId);
|
||||
|
||||
if (fileId) {
|
||||
if (fileId && Number.isInteger(Number(fileId))) {
|
||||
documentsMain.overlay.documentOverlay('show');
|
||||
documentsMain.prepareSession();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче