mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-07-05 17:39:29 +02:00
fix output_dir make gen-main error
This commit is contained in:
@ -50,6 +50,7 @@ document.onkeypress = event => {
|
||||
case 'a':
|
||||
changePage(currentPage - 1);
|
||||
break;
|
||||
// Return to previous page
|
||||
case 'q':
|
||||
window.history.go(-1);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user