effective_datatables 3.0.2 → 3.0.3
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: 0648f81178b0067cb6037219522bf6cadda17ff5
|
4
|
+
data.tar.gz: 84688bde7fe9e46ce70dcbeff175821c6e3c298e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e65f7a5bd5759eb245578643cb53dfa393bdcb4b9f50d0b986e1ba4721d5db41e0943d07a0c82a1ba3280297b6423ce6ac237e9273615b035c6653ac45f5e97
|
7
|
+
data.tar.gz: 832af798a5c610e0ba70acb12393363bd1406947ed745bf4e476904c2156fe04314fba4d5f4b51489dd114fbd722e3cb27ef2df74b4f8b5715bf5581ccf156f5
|
@@ -12,8 +12,6 @@ module Effective
|
|
12
12
|
def load_attributes!
|
13
13
|
if datatables_ajax_request?
|
14
14
|
raise 'Expected attributes cookie to be present' unless cookie && cookie[:attributes]
|
15
|
-
# Cookie will still be just values here. Attributes is the first value.
|
16
|
-
|
17
15
|
@attributes = cookie.delete(:attributes)
|
18
16
|
end
|
19
17
|
|