Fix missing header on error

This commit is contained in:
Victor Dubiniuk 2014-10-28 22:56:03 +03:00
parent 4f19683c03
commit 4180d66555

View File

@ -656,6 +656,7 @@ var documentsMain = {
}
documentsMain.show();
$('header,footer,nav').show();
},