corn_starch 1.3.10 → 1.3.11

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: 2d0c6b0139296106c46771f59bdcd1ab94be88d5
4
- data.tar.gz: 37f0bc27e50032c568564923dff30af53fa04a36
3
+ metadata.gz: 30fdf76f314fe608b6895c22fc64c318bf70ce5e
4
+ data.tar.gz: 2188d16b000a339e1c9a4bf4e9e8588db4ed8169
5
5
  SHA512:
6
- metadata.gz: d8a1d5802b309dddc6956dc8d07ea2009ecfac639b789340f64179b491e75eea46ec0a80da1eed2338c9918b9b902f2674aec4e1324d613f95cbda3812c054e1
7
- data.tar.gz: 43cf507edb6259338694eac639b1aee26110c97937a2fee8cf7b7f4ed176df9bf2c668077906ab42e67d004f262f5a0af8cc862ab100e11d27d7a713b8bd61ff
6
+ metadata.gz: 4c9c9945807fe22b490f5f03ce3e7aa909c01607e53412d134ccbca23b05e4d9cc22f1ebdfcb4ec06cf623d4ee6ac8906b4c09a31c1e7099c026d65bfffa2082
7
+ data.tar.gz: 9dfb90d4b97d933587ee8f0e1176b548fa5115a12f5f985c3b0dfee5f16dbb9e5c5d195922e84b61f737afd3928d90c116ca658cb27d2ca30c54900e4b290b1f
@@ -14,6 +14,8 @@ window.infiniscroll = (container) ->
14
14
  args = c.attr 'infiniscroll-args'
15
15
  next = c.attr 'infiniscroll-next'
16
16
 
17
+ return if next == 'none'
18
+
17
19
  # Construct Args
18
20
  if args == ''
19
21
  args = '?'
@@ -24,8 +26,6 @@ window.infiniscroll = (container) ->
24
26
  # Build URL
25
27
  full_path = path + args
26
28
 
27
- alert('PATH : [' + full_path + ']')
28
-
29
29
  # Fetch Data
30
30
  $.getJSON full_path, (data) ->
31
31
 
@@ -1,3 +1,3 @@
1
1
  module CornStarch
2
- VERSION = '1.3.10'
2
+ VERSION = '1.3.11'
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.10
4
+ version: 1.3.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eresse