tabulatr2 0.9.35 → 0.9.36

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: f78160470ba558135fdea0fefb2e29e11e87ae16
4
- data.tar.gz: 4ecee9bdc437f1c127b6f3655c1216d7ef6c78b7
3
+ metadata.gz: 3cf75ddf6c1a0276ed849323837d544d5dc6e2e6
4
+ data.tar.gz: 212f098deb57c6318d559455eb9b404508dc7dab
5
5
  SHA512:
6
- metadata.gz: 4012a84a4caa68a651a3221510948debbf3fafdc14da6a3eeb1047f4b4ccb6a2a0d6616b54f06465bd79410e608a36b229b6fe963ef7324b2032c66911f31268
7
- data.tar.gz: 52f710e1d5e2c74353e89c787f8342d1387183477d8eb3eeaf381b264d92df48c87638d992c94980cdb8c1b708b57452802ca109d8e566890ffb28def1495116
6
+ metadata.gz: 12394834ee77dd68a0a91f7922e5ec28f8c2adf79b913132fefb6771d899d250a362e2d0bfe6a75121a1c4c46b0cdefa4f2abad63d5cabe10c2cc51e79bff8b1
7
+ data.tar.gz: 69f9df7bb1586e200deb0624469665df12aef70f785b8a6f4b421b61d3f1848a0a3546646dde07bae8967952e834aa4e2e6cd3c7be1bb667f225c651f04291a4
@@ -1,4 +1,4 @@
1
- $(function(){
1
+ function tabulatrInitialize() {
2
2
  tabulatr_tables = [];
3
3
 
4
4
  $('th.tabulatr-sortable').click(function(){
@@ -229,7 +229,10 @@ $(function(){
229
229
  a.parents('.tabulatr-outer-wrapper').addClass('filtered');
230
230
  });
231
231
 
232
- });
232
+ }
233
+
234
+ $(tabulatrInitialize);
235
+ $(document).on('page:load', tabulatrInitialize);
233
236
 
234
237
  $(document).on('click', '.pagination a[data-page]', function(){
235
238
  var a = $(this);
@@ -22,5 +22,5 @@
22
22
  #++
23
23
 
24
24
  module Tabulatr
25
- VERSION = "0.9.35"
25
+ VERSION = "0.9.36"
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tabulatr2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.35
4
+ version: 0.9.36
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Horn