From: Jason Woofenden Date: Thu, 21 Feb 2013 03:34:22 +0000 (-0500) Subject: go to dictionary tab on blip X-Git-Url: https://jasonwoof.com/gitweb/?p=hexbog.git;a=commitdiff_plain;h=6e42d7db305883310f06bbc99ecabc25ebd47280 go to dictionary tab on blip --- diff --git a/main.coffee b/main.coffee index 7ea4a02..ca34b4e 100644 --- a/main.coffee +++ b/main.coffee @@ -350,7 +350,7 @@ activate_selection = -> log "blipped \"#{word}\" for #{word_score} points" blip_selection() look_up_definition word - $('#definition').click() if cur_tab is 'instructions' + $('#definition').click() show_definition = (word, type, definition, language) ->