First working build™️
This commit is contained in:
parent
f70e73f479
commit
ec30610834
2
main.ts
2
main.ts
@ -80,7 +80,7 @@ function arrayRotate(arr, reverse, amount) {
|
||||
function matchAbbr(abbrTarget) {
|
||||
console.log("Looking for: " + abbrTarget);
|
||||
for (var abbr in abbreviationKey.target_phrases) {
|
||||
if (abbreviationKey.target_phrases[abbr] == abbrTarget) {
|
||||
if (abbreviationKey.target_phrases[abbr].match(abbrTarget)) {
|
||||
return abbr;
|
||||
} else {
|
||||
return "";
|
||||
|
Loading…
Reference in New Issue
Block a user