Skip to content

Commit f1130dc

Browse files
author
msacca
committed
changed debuts messages from debuts to everyone
1 parent 54e612f commit f1130dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ var drib = {
7272
$('#lookup-player').removeClass().addClass('everyone');
7373
} else if(showing == 2) {
7474
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'");
75+
$('.subInfo').html("<span style='color:#81ce4d'>We're showing Debuts!</span> You can also input your username, 'everyone' or 'popular'");
7676
$('#lookup-player').removeClass().addClass('debuts');
7777
} else if(showing == 4) {
7878
console.log('hello popular');

0 commit comments

Comments
 (0)