Skip to content

Commit

Permalink
Updated live updater
Browse files Browse the repository at this point in the history
  • Loading branch information
BornToLose committed Jul 9, 2024
1 parent 5bee739 commit b7103f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions liveupdater/tpptime_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ $(` <input type="button" value="Going dark"> `).appendTo(btnbox).click(() => {
});
$(` <br/> `).appendTo(btnbox);

$(` <input type="button" value="PT"> `).appendTo(btnbox).click(() => {
textarea.value += "Pokémon Trainer"
});
$(` <input type="button" value="Poké"> `).appendTo(btnbox).click(() => {
textarea.value += "Poké"
});
Expand Down Expand Up @@ -255,6 +258,9 @@ $(` <input type="button" value="¤"> `).appendTo(btnbox).click(() => {
$(` <input type="button" value="ƒ"> `).appendTo(btnbox).click(() => {
textarea.value += "ƒ"
});
$(` <input type="button" value="★"> `).appendTo(btnbox).click(() => {
textarea.value += "★"
});
$(` <br/> `).appendTo(btnbox);
$(` <br/> `).appendTo(btnbox);
$(` <a class="quickinserts">Replace aliases and fix common misspellings</a> `).appendTo(btnbox).click(() => {
Expand Down

0 comments on commit b7103f4

Please sign in to comment.