iam 0.0.7 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  module Iam
2
- VERSION = '0.0.7'
2
+ VERSION = '0.0.8'
3
3
  end
@@ -26,7 +26,10 @@ $ ->
26
26
  $menu.on 'click', 'td', ->
27
27
  $tr = $(@).parents 'tr'
28
28
  link = $tr.attr 'href'
29
- log_in_by_link link if link
29
+ if link
30
+ log_in_by_link link
31
+ inputMode = false
32
+ input = ''
30
33
 
31
34
  $(document).on 'keypress', (e) ->
32
35
  if e.keyCode == 96 || e.keyCode == 1105 # '`' || 'ё'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iam
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: