hobo_bootstrap_ui 2.2.5 → 2.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fa69ceaaeb64c0d28e9509faafbe44846d914687
4
- data.tar.gz: 0f93119297c5f50be5f9e6c742f9fc01e63192dd
3
+ metadata.gz: 3cc186bf4627783dbcafa90138d747c9e78dbbbe
4
+ data.tar.gz: 5ff65dbddbde329e9091f37304efe6a4f6a6fdf0
5
5
  SHA512:
6
- metadata.gz: d4af896378d3aafb0d73d55e2fd7f4797b4351481b3bd17a9823f8a0acc1f0b396de174b50d4689fad00dabd011850a82436a68b4f5112c95b9e79a9d4fbd891
7
- data.tar.gz: 3cd688e8726dd3d2f4361e2ae7620a1af083cc944b7161b7b0ba464e1184599d8132f725572bb109f140acec376d7330fb4c943d7a139c54a89c3025b821ad83
6
+ metadata.gz: 6690c2c19867c6c13496503b69a23f3e0ac93ae5005977f0aabd048fdadef376dbcbf897c6ef0fc0126662d8de9cc72d7d12614c00c94d5ae1074394eb14872d
7
+ data.tar.gz: 7aafa82ab053d7c07288fa591ce3c00ca962d69c8ee60a86ee587fc9b366e80b918bc2b6f266fb6527a7eb50f988702dc7d71550ec0688817103cedf69d4c7a8
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.2.5
1
+ 2.2.6
@@ -1,3 +1,5 @@
1
1
  $(function() {
2
- $('.bootstrap-datepicker').datepicker({ language: document.documentElement.lang });
2
+ $('body').on('focus',".bootstrap-datepicker", function(){
3
+ $(this).datepicker({ language: document.documentElement.lang });
4
+ });
3
5
  });
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hobo_bootstrap_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.5
4
+ version: 2.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ignacio Huerta
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-05 00:00:00.000000000 Z
11
+ date: 2016-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hobo_bootstrap
@@ -83,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  version: 1.3.6
84
84
  requirements: []
85
85
  rubyforge_project: hobo
86
- rubygems_version: 2.2.2
86
+ rubygems_version: 2.4.5.1
87
87
  signing_key:
88
88
  specification_version: 4
89
89
  summary: Additional UI tags for the hobo_bootstrap theme