1521736279

This commit is contained in:
Arti Zirk 2018-03-22 18:31:19 +02:00
parent 1170e627ba
commit 7f9ae6039f
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
let bookId = 0;
function genNewBookId() {
bookID = 1
bookID++;
return bookId;
}