fix output_dir make gen-main error

This commit is contained in:
symant233
2019-05-05 22:02:24 +08:00
parent c32b516575
commit 6053e302ee
2 changed files with 6 additions and 1 deletions

View File

@ -50,6 +50,7 @@ document.onkeypress = event => {
case 'a':
changePage(currentPage - 1);
break;
// Return to previous page
case 'q':
window.history.go(-1);
break;