iam 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -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: