Merge pull request #4 from ReznoRMichael/working

hotfix v1.0.1 merge
This commit is contained in:
Michael ReznoR 2021-02-01 19:16:42 +01:00 committed by GitHub
commit 2f87104645
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 1140 deletions

View file

@ -84,6 +84,10 @@ If you like the tool and wish it developed further with more functions and easie
## Version History
* v1.0.1 2021-02-01:
— Quick hotfix for windows save file input text on mobile and broken steel soul save detection
* 2021-01-31:
**Major New Release v1.0!** Finally out of Beta/Early Access.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{
"name": "hollow-knight-completion-check",
"version": "1.0.0",
"version": "1.0.1",
"description": "Hollow Knight Analyze Save Completion Online Tool",
"main": "index.html",
"scripts": {

View file

@ -2,7 +2,7 @@
<script async src="https://www.googletagmanager.com/gtag/js?id=<%= ga_property_id %>"></script>
<script>
// Temporarily disable the tracking for testing (set to false to enable Analytics)
window['ga-disable-<%= ga_property_id %>'] = true;
window['ga-disable-<%= ga_property_id %>'] = false;
window.dataLayer = window.dataLayer || [];