saucy 0.1.14 → 0.1.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,6 +9,7 @@
9
9
  mainPart = mainPart.replace(/ /g, "")
10
10
  if(mainPart == "") mainPart = "keyword";
11
11
  $(this).siblings('p.inline-hints').find('span').text(mainPart);
12
+ $('#signup_keyword, #project_keyword').val(mainPart);
12
13
  });
13
14
  });
14
15
  <% end %>
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: saucy
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 14
10
- version: 0.1.14
9
+ - 15
10
+ version: 0.1.15
11
11
  platform: ruby
12
12
  authors:
13
13
  - thoughtbot, inc.