1521736293
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
|
||||
"use strict;"
|
||||
|
||||
let bookId = 0;
|
||||
|
||||
function genNewBookId() {
|
||||
bookID = 1
|
||||
bookID = 1;
|
||||
bookID++;
|
||||
return bookId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user