mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
parent
5a3999d0c8
commit
7fcb8cbb62
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
if (duePosition !== undefined) {
|
if (duePosition !== undefined) {
|
||||||
statsRows.push({
|
statsRows.push({
|
||||||
label: tr2.cardStatsNewCardPosition(),
|
label: tr2.cardStatsNewCardPosition(),
|
||||||
value: dateString(duePosition),
|
value: duePosition,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue