Always preload documents grid. Fixes #78

This commit is contained in:
Victor Dubiniuk 2013-10-24 19:40:59 +03:00
parent 29da4e5bff
commit 469624c551

View File

@ -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();
}