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, '');
|
||||
}
|
||||
|
||||
if (!fileId){
|
||||
documentsMain.show();
|
||||
} else {
|
||||
documentsMain.show();
|
||||
if (fileId){
|
||||
documentsMain.UI.showOverlay();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user