corn_starch 1.3.33 → 1.3.34

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: 23d96c93f17bf85dbd9bec536cd2a56d71804e52
4
- data.tar.gz: aed41a2a3bf295de8fcc7d0f5428ff3eebcc69a1
3
+ metadata.gz: 13bcb9dbcda2599a427d585e169528d31b1216c7
4
+ data.tar.gz: 6feeb8b04fb523c80f1914f4332e364c14bf493a
5
5
  SHA512:
6
- metadata.gz: 3855216869080289ddbe02b41768fdf06c36b706ccc31273c97d721149e41737a6d7a8a05d21d0d7859dff8d23280c0671f22c200bb2a3b343b4a3e988d2dc3d
7
- data.tar.gz: 1de0b751eed2213a5de859a3312f42acde315210202a8e864730732f1fe17e88f305eae702dd022d0146cc3c7e4812742cd8ceb02da954e297962ddee053566b
6
+ metadata.gz: 4a0327a27c026793688111b34612453d130b1fddd2d191579849f1f13a7df0e21fbb5b75b7b52216f8068a8d124670b9df3b43ff53c05a4e3e6705e9e129ab83
7
+ data.tar.gz: cba2282d879a207a676bd6c3b641b93068ba654c14a9e5d891df3b1c4b1f3e9080540200335119a5523c4a5c9e6b17e3f43217086f45f1b00d9a9870b05fdf17
@@ -4,7 +4,11 @@
4
4
  # InfiniScroll JS
5
5
 
6
6
  # Initialize InfiniScroll for the Page
7
- $(document).on 'page:load', ->
7
+ $(document).on 'page:load', infiniscroll_init
8
+ $(document).ready infiniscroll_init
9
+
10
+ # InfiniScroll Init
11
+ window.infiniscroll_init = () ->
8
12
 
9
13
  # Acquire Container
10
14
  infiniscroll_container = $('.infiniscroll-container')
@@ -1,3 +1,3 @@
1
1
  module CornStarch
2
- VERSION = '1.3.33'
2
+ VERSION = '1.3.34'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: corn_starch
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.33
4
+ version: 1.3.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eresse