1521736307

This commit is contained in:
Arti Zirk 2018-03-22 18:31:47 +02:00
parent 47ae7de216
commit 42d6d30fa4
1 changed files with 1 additions and 2 deletions

View File

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