From: Jason Woofenden Date: Thu, 21 Feb 2013 03:10:44 +0000 (-0500) Subject: on blip, switch to definition tab (if instructing) X-Git-Url: https://jasonwoof.com/gitweb/?p=hexbog.git;a=commitdiff_plain;h=6f6384594cea325b2b141576af1fd683a9adadb4 on blip, switch to definition tab (if instructing) --- diff --git a/main.coffee b/main.coffee index a4bd416..12fb70d 100644 --- a/main.coffee +++ b/main.coffee @@ -349,6 +349,7 @@ activate_selection = -> log "blipped: #{word}" blip_selection() look_up_definition word + $('#definition').click() if cur_tab is 'instructions' show_definition = (word, type, definition, language) ->