commit
2f87104645
6 changed files with 9 additions and 1140 deletions
|
|
@ -84,6 +84,10 @@ If you like the tool and wish it developed further with more functions and easie
|
||||||
|
|
||||||
## Version History
|
## 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:
|
* 2021-01-31:
|
||||||
|
|
||||||
— **Major New Release v1.0!** Finally out of Beta/Early Access.
|
— **Major New Release v1.0!** Finally out of Beta/Early Access.
|
||||||
|
|
|
||||||
283
docs/app.js
283
docs/app.js
File diff suppressed because one or more lines are too long
137
docs/index.html
137
docs/index.html
File diff suppressed because one or more lines are too long
721
docs/main.css
721
docs/main.css
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hollow-knight-completion-check",
|
"name": "hollow-knight-completion-check",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "Hollow Knight Analyze Save Completion Online Tool",
|
"description": "Hollow Knight Analyze Save Completion Online Tool",
|
||||||
"main": "index.html",
|
"main": "index.html",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=<%= ga_property_id %>"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=<%= ga_property_id %>"></script>
|
||||||
<script>
|
<script>
|
||||||
// Temporarily disable the tracking for testing (set to false to enable Analytics)
|
// 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 || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue