mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12: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) {
|
||||
statsRows.push({
|
||||
label: tr2.cardStatsNewCardPosition(),
|
||||
value: dateString(duePosition),
|
||||
value: duePosition,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue