X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=main.coffee;fp=main.coffee;h=7403503ffbd17634eac77d8e485dc2795ba80e93;hb=3c38faf760ae82a88c1cd5adaa7eb1315a92fba8;hp=9db18feb171a30fa518675a04ac0b79d3144a34d;hpb=ca948ceed0da56d84396d850825da0024140ed10;p=hexbog.git diff --git a/main.coffee b/main.coffee index 9db18fe..7403503 100644 --- a/main.coffee +++ b/main.coffee @@ -526,7 +526,7 @@ extract_wiktionary_definiton = (html) -> if part and el.tagName is 'OL' $(el).children().each (i, el) -> new_def = $(el).text() - if new_def.substr(0, 9) is '(obsolete' or new_def.substr(0, 8) is "(archaic" + if new_def.substr(0, 9) is '(obsolete' or new_def.substr(0, 8) is "(archaic" or new_def.substr(0, 20) is "Alternative form of " key = 'obsolete' else if part is 'verb'