mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
idstats fix
This commit is contained in:
parent
b77a6bc0ad
commit
c022db4616
1 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ function Inc(value, subj, newQuestions, allQuestions) {
|
||||||
data[value] = {
|
data[value] = {
|
||||||
count: 0,
|
count: 0,
|
||||||
newQuestions: 0,
|
newQuestions: 0,
|
||||||
allQLength: 0,
|
allQuestions: 0,
|
||||||
subjs: {},
|
subjs: {},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -101,7 +101,7 @@ function AddVisitStat(name, subj, newQuestions, allQuestions) {
|
||||||
vData[now][name] = {
|
vData[now][name] = {
|
||||||
count: 0,
|
count: 0,
|
||||||
newQuestions: 0,
|
newQuestions: 0,
|
||||||
allQLength: 0,
|
allQuestions: 0,
|
||||||
subjs: {},
|
subjs: {},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue