mirror of
https://github.com/chase-manning/pokemon-js.git
synced 2025-08-26 03:07:14 +00:00
🔥 remove update function
This commit is contained in:
parent
d665a14741
commit
0267e52c0b
2 changed files with 0 additions and 8 deletions
2
TODO.md
2
TODO.md
|
@ -1,8 +1,6 @@
|
||||||
===========
|
===========
|
||||||
|
|
||||||
- Text cuttoff with attacks
|
- Text cuttoff with attacks
|
||||||
- Add support for app refreshing when there is an update
|
|
||||||
- We still have an update menu
|
|
||||||
|
|
||||||
===========
|
===========
|
||||||
|
|
||||||
|
|
|
@ -78,12 +78,6 @@ const StartMenu = () => {
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: "Update",
|
|
||||||
action: () => {
|
|
||||||
window.location.href = `/?v=${Date.now()}`;
|
|
||||||
},
|
|
||||||
},
|
|
||||||
...(DEBUG_MODE
|
...(DEBUG_MODE
|
||||||
? [
|
? [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue