1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

Many small changes

This commit is contained in:
Laurent Cozic
2017-07-15 00:12:32 +01:00
parent f840dd505f
commit 1c16e493f6
6 changed files with 259 additions and 134 deletions

View File

@ -27,7 +27,7 @@ let time = {
},
formatMsToLocal(ms, format) {
return moment.unix(ms / 1000).format(format);
return moment(ms).format(format);
},
msleep(ms) {