wiser_date 0.2.6 → 0.2.9
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 +8 -8
- data/vendor/assets/javascripts/jquery.wiser_date.js +2 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MjQ2ZTcxMjc4M2IxYjU1YzMxM2M5ZDc1NDI0Y2VmMjdhMTRjZmM5OA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NDQ1MDYwZjliM2E4YmFlODVjYzEzNmM3M2MyOWIzMWJlYWRkNmU1Mg==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YjkwNzhmZmY3M2I3Nzc4MWM2NGU3YTIwMmZlZTViY2JlMmU4NTM2ZDc5MTRi
|
10
|
+
NmIyODc3YjY0NzQ2OTMxNjA4Y2FjM2VhZWFiMjQ5NWYyNTRhOWRiMWQ4NGZi
|
11
|
+
ZWI3ODBkZGUyNGRiMjQwMzhiMTBjY2Q1ZGYyZGVlMDc1YjEyODQ=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
M2MwMWE0YTI0NWFhOTcyMDc0OWZmZjUxZjMyNWFmMzE5ZTgzM2E0MmVjMjU4
|
14
|
+
NjgwZjM2YzhjMDkzMDc3NWZjMjNjYmUwYWM2NDkxMDkwYWViNDIzZGZiNDVl
|
15
|
+
OTVjY2IwNWVjZDY3ZGE4YzZiNmMyZWFjMGNkZjdjMTNhZWExMGI=
|
@@ -145,6 +145,8 @@ function prettyDate(element){
|
|
145
145
|
custom_timestamp = custom_timestamp[0].toUpperCase() + custom_timestamp.slice(1);
|
146
146
|
}
|
147
147
|
|
148
|
+
custom_timestamp = custom_timestamp.replace(/ 0\:/, "12:")
|
149
|
+
|
148
150
|
return custom_timestamp; // + " - ["+time_diff_in_seconds.toString()+":"+time_diff_in_days+"]";
|
149
151
|
}
|
150
152
|
|