removed wrong breakDown metrics (bug 736077)
This commit is contained in:
Родитель
c233dd26fc
Коммит
16c707dd1e
|
@ -36,10 +36,11 @@ z.StatsManager = (function() {
|
|||
"versions": true,
|
||||
"statuses": true,
|
||||
"overview": true,
|
||||
"site": true,
|
||||
"subscribers": true,
|
||||
"ratings": true,
|
||||
"downloads": true
|
||||
"site": true
|
||||
// These may need to be removed permanently
|
||||
//"subscribers": true,
|
||||
//"ratings": true
|
||||
//"downloads": true
|
||||
};
|
||||
|
||||
// is a metric an average or a sum?
|
||||
|
|
Загрузка…
Ссылка в новой задаче