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:
@@ -76,7 +76,7 @@ function Inc(value, subj, newQuestions, allQuestions) {
|
||||
data[value] = {
|
||||
count: 0,
|
||||
newQuestions: 0,
|
||||
allQLength: 0,
|
||||
allQuestions: 0,
|
||||
subjs: {},
|
||||
}
|
||||
}
|
||||
@@ -101,7 +101,7 @@ function AddVisitStat(name, subj, newQuestions, allQuestions) {
|
||||
vData[now][name] = {
|
||||
count: 0,
|
||||
newQuestions: 0,
|
||||
allQLength: 0,
|
||||
allQuestions: 0,
|
||||
subjs: {},
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user