active_frontend 14.0.69 → 14.0.70

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: 0733efbe467ee1f300a256f64489a898521a045d
4
- data.tar.gz: c27e6b9c2796793ac339eff852fc4ffa1dd2a7b2
3
+ metadata.gz: 37dac6d8bdab338cf565d96c191f728996786833
4
+ data.tar.gz: 82517dbbfdd335eb6dcb05b2640a59c9a9dac6ac
5
5
  SHA512:
6
- metadata.gz: 0c11087d00cc9329c686fdc9932f26e38304454f740bb192b2ee13afa4295153166cd44ab0db5819170bc28d79d0d660adf74765eed890d540e1aea5060aaf89
7
- data.tar.gz: c3f1156a906b9110e63111be1a23c8b8ae4d279bfd5e443239ca20629313a3e5b23482925a62ec2fc78748e71905a715486ffd22edbb38cfb30402ea2053df0c
6
+ metadata.gz: d253120e2eeb657c55be55862a1c1f93de26847f27fbdcfb1d006c446730fa944033e2f6fac6a118834017c19e08f9ef9bbe7e4bae879e165b3e6d8eebce0c6b
7
+ data.tar.gz: b1e9e16fc288763f9dbf3cbcf771987bf986758e5b556c5106abd37d35069077da1b57a692fd63e3af7a869129f800e9b8ade0fe30ac30fc6cb7d56ff1c8b791
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.0.69'.freeze
2
+ VERSION = '14.0.70'.freeze
3
3
  end
@@ -114,12 +114,19 @@
114
114
  // LIST DATA-API
115
115
  // =============
116
116
 
117
- $(document).on('ready.bs.list.data-api', function () {
118
- $('[data-toggle="list"]').each(function () {
119
- var $this = $(this);
120
- if ($this.data('list')) return;
121
- Plugin.call($this, $this.data());
117
+ $(document)
118
+ .on('ready.bs.list.data-api', function () {
119
+ $('[data-toggle="list"]').each(function () {
120
+ var $this = $(this);
121
+ if ($this.data('list')) return;
122
+ Plugin.call($this, $this.data());
123
+ });
124
+ }).on('DOMCharacterDataModified.bs.list.data-api DOMSubtreeModified.bs.list.data-api DOMNodeInserted.bs.list.data-api', function () {
125
+ $('[data-toggle="list"]').each(function () {
126
+ var $this = $(this);
127
+ if ($this.data('list')) return;
128
+ Plugin.call($this, $this.data());
129
+ });
122
130
  });
123
- });
124
131
 
125
132
  }(jQuery);
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.0.69
4
+ version: 14.0.70
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-02-17 00:00:00.000000000 Z
11
+ date: 2017-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails