sortablelabel-js 0.4 → 0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/sortablelabel/js/version.rb +1 -1
- data/vendor/assets/javascripts/sortable_label.coffee +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85e0324fe2f942d834a6efc5c8517b63bd59b147
|
4
|
+
data.tar.gz: d071ee6986c32ccd92bb4703fc389d2183f9eb4a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 265e296d18316c74ec4499d62c92ba41a90d3fed7c7103deeba5bec42b855cee087cee557836741255fcc1a6709671cf953a9a5f1d92eb4f0d32356231bd951b
|
7
|
+
data.tar.gz: 178da795b612d05fbdce5f7133f4d9078ac86b6b81164d1acbfcac84528e8afeccffd125f30a835457f92e8b46f9b08293ab6f989521e1f2ac911adc863bd4b3
|
data/README.md
CHANGED
@@ -64,7 +64,7 @@ class @SortableLabel
|
|
64
64
|
$(this).closest('.fields').find(_this.options['positionTarget']).val(stepCount)
|
65
65
|
if typeof(_this.options['label']) == 'string'
|
66
66
|
if _this.options['label'].trim() == 'Day'
|
67
|
-
$(this).closest('.fields').find(_this.options['labelTarget']).html(_this.dayOfWeek(stepCount))
|
67
|
+
$(this).closest('.fields').find(_this.options['labelTarget']).html(_this.dayOfWeek(stepCount - 1))
|
68
68
|
stepCount += 1
|
69
69
|
else
|
70
70
|
if _this.options['fieldName']
|