mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Update fuzzyMoment.js
This commit is contained in:
parent
cf1d88343d
commit
144a05ff20
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@
|
|||
else
|
||||
fuzzer = (6 == day);
|
||||
if (fuzzer)
|
||||
result = result.replace(/\bOn\b/, 'Next');
|
||||
result = result.replace(/\bOn\b/i, 'Next');
|
||||
|
||||
} else if (! /\b((yester|to)day\b|tomo|last\b)/i.test(result)) {
|
||||
if (14 > day)
|
||||
|
|
Loading…
Reference in a new issue