agilidee_commons 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ $(document).on "ready page:load", ->
2
+ if window.location.hash
3
+ activeTab = $('[href=' + window.location.hash + ']')
4
+ activeTab && activeTab.tab('show')
5
+
6
+ $('.nav-tabs a').on 'click', (e) ->
7
+ window.location.hash = e.target.hash
@@ -1,3 +1,3 @@
1
1
  module AgilideeCommons
2
- VERSION = "1.0.4"
2
+ VERSION = "1.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: agilidee_commons
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -82,6 +82,7 @@ executables: []
82
82
  extensions: []
83
83
  extra_rdoc_files: []
84
84
  files:
85
+ - app/assets/javascripts/agilidee_commons/tabs_loader.coffee
85
86
  - app/assets/stylesheets/agilidee_commons/context.sass
86
87
  - app/helpers/agilidee_commons/context_helper.rb
87
88
  - app/helpers/agilidee_commons/form_helper.rb
@@ -149,7 +150,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
149
150
  version: '0'
150
151
  segments:
151
152
  - 0
152
- hash: -2596521653279951529
153
+ hash: -62491903022746962
153
154
  required_rubygems_version: !ruby/object:Gem::Requirement
154
155
  none: false
155
156
  requirements:
@@ -158,7 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
158
159
  version: '0'
159
160
  segments:
160
161
  - 0
161
- hash: -2596521653279951529
162
+ hash: -62491903022746962
162
163
  requirements: []
163
164
  rubyforge_project:
164
165
  rubygems_version: 1.8.23.2