We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e612f commit f1130dcCopy full SHA for f1130dc
js/app.js
@@ -72,7 +72,7 @@ var drib = {
72
$('#lookup-player').removeClass().addClass('everyone');
73
} else if(showing == 2) {
74
console.log('hello debuts');
75
- $('.subInfo').html("<span style='color:#81ce4d'>We're showing Debuts!</span> You can also input your username, 'debuts' or 'popular'");
+ $('.subInfo').html("<span style='color:#81ce4d'>We're showing Debuts!</span> You can also input your username, 'everyone' or 'popular'");
76
$('#lookup-player').removeClass().addClass('debuts');
77
} else if(showing == 4) {
78
console.log('hello popular');
0 commit comments