JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
go to dictionary tab on blip
authorJason Woofenden <jason@jasonwoof.com>
Thu, 21 Feb 2013 03:34:22 +0000 (22:34 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Thu, 21 Feb 2013 03:34:22 +0000 (22:34 -0500)
main.coffee

index 7ea4a02..ca34b4e 100644 (file)
@@ -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) ->