Always preload documents grid. Fixes #78
This commit is contained in:
parent
29da4e5bff
commit
469624c551
@ -101,9 +101,8 @@ var documentsMain = {
|
|||||||
fileId = parent.location.hash.replace(/\W*/g, '');
|
fileId = parent.location.hash.replace(/\W*/g, '');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!fileId){
|
documentsMain.show();
|
||||||
documentsMain.show();
|
if (fileId){
|
||||||
} else {
|
|
||||||
documentsMain.UI.showOverlay();
|
documentsMain.UI.showOverlay();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user