essentials 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,4 @@
1
+ $(document).ready(function(){
2
+ // GLOBAL PREVENTION OF HREF PROPOGATION FOR JAVASCRIPT LINKS
3
+ $(document).on('click', 'a[href^=#], a[data-remote=true]', function(e){ e.preventDefault(); });
4
+ });
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: essentials
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -33,6 +33,7 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - app/assets/javascripts/essentials-global.js
36
37
  - lib/essentials.rb
37
38
  - lib/initializers/add_deep_value_to_hash.rb
38
39
  homepage: http://rubygems.org/gems/essentials