From b11d844c8209610964e6c436475665237195591d Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 21 Feb 2013 21:45:41 -0500 Subject: [PATCH] say when we're waiting for a definition --- main.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/main.coffee b/main.coffee index b64d1f7..1700d10 100644 --- a/main.coffee +++ b/main.coffee @@ -524,6 +524,7 @@ extract_wiktionary_definiton = (html) -> look_up_definition = (word) -> + $definition_body.html "Looking up definition for \"#{word}\"." $.ajax({ url: "http://en.wiktionary.org/w/api.php?action=parse&format=json&page=#{word}" jsonpCallback: "lud_#{word}" # always use the same callback for the same word so it's cacheable -- 1.7.10.4