1
This commit is contained in:
parent
8f6b20aff6
commit
0bfd29886b
@ -6,10 +6,10 @@ function add(name) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function init() {
|
function init() {
|
||||||
add('season');
|
//add('season');
|
||||||
add('feeback');
|
//add('feeback');
|
||||||
add('rankings');
|
add('rankings');
|
||||||
add('star');
|
//add('star');
|
||||||
}
|
}
|
||||||
|
|
||||||
exports.init = init;
|
exports.init = init;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user