Fix string vs integer values in parsed def/hp
This commit is contained in:
parent
af5d92c266
commit
940f4368f4
5 changed files with 1827 additions and 1827 deletions
1824
1_20_ci.json
1824
1_20_ci.json
File diff suppressed because it is too large
Load diff
1824
clean.json
1824
clean.json
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
2
load.js
2
load.js
|
@ -1,4 +1,4 @@
|
|||
const DB_VERSION = 10;
|
||||
const DB_VERSION = 11;
|
||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.js
|
||||
|
||||
let db;
|
||||
|
|
2
test.js
2
test.js
|
@ -11,7 +11,7 @@ console.log(url_tag);
|
|||
* END testing section
|
||||
*/
|
||||
|
||||
const BUILD_VERSION = "4.4";
|
||||
const BUILD_VERSION = "4.5";
|
||||
|
||||
document.getElementById("header").textContent = "Wynn build calculator "+BUILD_VERSION+" (db version "+DB_VERSION+")";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue