ae_users_legacy 0.6.10 → 0.6.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  Gem::Specification.new do |gem|
3
- gem.version = "0.6.10"
3
+ gem.version = "0.6.11"
4
4
 
5
5
  gem.authors = ["Nat Budin"]
6
6
  gem.email = ["natbudin@gmail.com"]
@@ -5,7 +5,7 @@ function chooseHavePassword() {
5
5
  $password.val("");
6
6
 
7
7
  if (val == "true") {
8
- $password.attr('disabled', '');
8
+ $password.removeAttr('disabled');
9
9
  $password.focus();
10
10
  } else {
11
11
  $password.attr('disabled', 'disabled');
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ae_users_legacy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.10
4
+ version: 0.6.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: