2.0.1
This commit is contained in:
parent
b9e8284334
commit
688d21be4d
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,2 +1,13 @@
|
||||
## 2.0.1 [2021-02-25]
|
||||
- ℹ️ - Make iOS web app
|
||||
|
||||
## 2.0.0 [2021-02-25]
|
||||
Init version
|
||||
|
||||
## Legend
|
||||
- 🐛 - Bug
|
||||
- ✔️ - Fixed
|
||||
- ❌ - Removed
|
||||
- ➕ - Added
|
||||
- ℹ️ - Information
|
||||
- ♻️ - Edited
|
||||
|
@ -111,8 +111,6 @@ function showPage(element, pageName)
|
||||
document.querySelector("#content").innerHTML = pageName;
|
||||
}
|
||||
|
||||
|
||||
|
||||
// game
|
||||
window.onload = function()
|
||||
{
|
||||
@ -121,13 +119,9 @@ window.onload = function()
|
||||
console.log('Word:', gameWord.toLowerCase());
|
||||
document.querySelector('#word').innerHTML = gameAnswered;
|
||||
|
||||
// fix load empty word
|
||||
// if (gameWord === 0) { document.location.reload(true); }
|
||||
|
||||
if (window.screen.availWidth <= 599)
|
||||
{
|
||||
document.querySelector('#lives').classList.remove('error');
|
||||
document.querySelector('#lives').classList.add('dark');
|
||||
alert(599);
|
||||
}
|
||||
}
|
||||
|
@ -60,7 +60,7 @@
|
||||
<hr>
|
||||
<p class="text-grey is-marginless is-small">
|
||||
by iiiypuk<br>
|
||||
ver: 2.0.0
|
||||
ver: 2.0.1
|
||||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user