Fixed artifacts expire date in FF
This commit is contained in:
parent
6985fea27b
commit
6e50719ff8
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@
|
|||
$date = $('.js-artifacts-remove');
|
||||
if ($date.length) {
|
||||
date = $date.text();
|
||||
return $date.text($.timefor(new Date(date), ' '));
|
||||
return $date.text($.timefor(new Date(date.replace(/-/g, '/')), ' '));
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue