corn_starch 1.3.10 → 1.3.11
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 30fdf76f314fe608b6895c22fc64c318bf70ce5e
|
4
|
+
data.tar.gz: 2188d16b000a339e1c9a4bf4e9e8588db4ed8169
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
|
data/lib/corn_starch/version.rb
CHANGED