Skip to content

Commit

Permalink
Remove reference to WIP calc
Browse files Browse the repository at this point in the history
  • Loading branch information
anastarawneh committed Oct 30, 2024
1 parent 9113c72 commit e5443cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/hacks.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
</span>
<span class="gameSelection game-specific gm1" hidden>
<a href="https://ekdex.anastarawneh.com" target="_blank" id="openDex"><label class="btn btn-left" for="openDex">Pok&eacute;dex</label></a>
<input class="visually-hidden" type="button" id="openBetaCalc" /><label class="btn btn-right btn-xxxwide" for="openBetaCalc">WIP Calculator/Dex</label>
<!-- <input class="visually-hidden" type="button" id="openBetaCalc" /><label class="btn btn-right btn-xxxwide" for="openBetaCalc">WIP Calculator/Dex</label> -->
</span>
</div>
<hr />
Expand Down
4 changes: 2 additions & 2 deletions src/js/shared_controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -2306,7 +2306,7 @@ $(document).ready(function () {
}
});

$('#openBetaCalc').on("click", () => {
/*$('#openBetaCalc').on("click", () => {
var message =
`This is a work in progress project for a more centralized resource (something similar to emi's CK+ calc).
Completed features include:
Expand All @@ -2318,7 +2318,7 @@ Planned features include:
- Any suggestions.
Proceed with caution.`;
if (confirm(message)) window.open("https://ekcalc.anastarawneh.com/", '_blank').focus();
});
});*/

$('.last-move-used > select.move-selector').val("(No Move)");
$('.last-move-used > select.move-selector').change();
Expand Down

0 comments on commit e5443cc

Please sign in to comment.