Fix: hide the header in error page

This commit is contained in:
eight 2017-10-09 01:05:44 +08:00
parent 77b6b6c857
commit 1d1c7da19e

View File

@ -213,6 +213,7 @@
function initError(err) {
$('.main').insertBefore(buildWarning(err), $('.main').childNodes[0]);
$('.header').style.display = 'none';
}
function buildWarning(err) {