dlegr250_material_design 0.5.58 → 0.5.59
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: cb6898efea6621af29200a27a902cef428b53730
|
4
|
+
data.tar.gz: 4ad5290efa34ff7b66435829c7a1055c778ac13b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df04da84a52ba5629b082ef6b65a8b2b0935a253929dc6157746790eb37207b5ec6a1519a055d1574a8e6be71b5673a90d6ae61bd551952153791647e320f59e
|
7
|
+
data.tar.gz: 55c9ce0c08ad13d703b6bd8ee340cbcadc0bcbefe2251dae19e0bb97b0da25fbff8503373acf4503b63565f2df143acd4ae47b91985601c2b823cdf99f904c82
|
@@ -30,7 +30,7 @@ jQuery.extend jQuery.fn,
|
|
30
30
|
return
|
31
31
|
|
32
32
|
# New element does not have a sortable value, add to the bottom
|
33
|
-
if elementValue == null || elementValue == "" || isNaN(elementValue)
|
33
|
+
if elementValue == null || elementValue == "" # || isNaN(elementValue)
|
34
34
|
$list.append($element)
|
35
35
|
return
|
36
36
|
|