mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 17:37:02 +03:00
Interface optimizations
moment js update
This commit is contained in:
parent
be8c186f87
commit
f36cb72b82
104 changed files with 5869 additions and 1180 deletions
2
vendors/moment/lang/lt.js
vendored
2
vendors/moment/lang/lt.js
vendored
|
|
@ -61,7 +61,7 @@
|
|||
}
|
||||
|
||||
function relativeWeekDay(moment, format) {
|
||||
var nominative = format.indexOf('dddd LT') === -1,
|
||||
var nominative = format.indexOf('dddd HH:mm') === -1,
|
||||
weekDay = weekDays[moment.weekday()];
|
||||
|
||||
return nominative ? weekDay : weekDay.substring(0, weekDay.length - 2) + "į";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue