X-Git-Url: https://jasonwoof.com/gitweb/?p=hexbog.git;a=blobdiff_plain;f=main.coffee;h=b444f1a2c9267ccc643fe1973ee7fa7b4ca07db5;hp=04670557f2d7211008a21202d1ba4204e240f6bd;hb=68b1483d4de09c4ea881b94a712f12171661d951;hpb=e1c37a707f4a2e91f1d8f447385cffc9cbd32f9a diff --git a/main.coffee b/main.coffee index 0467055..b444f1a 100644 --- a/main.coffee +++ b/main.coffee @@ -505,7 +505,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'