Spell checking, d-g.
This commit is contained in:
@ -216,7 +216,7 @@ window.plugin.scoreboard.playerTable = function(sortBy) {
|
||||
return scoreHtml;
|
||||
}
|
||||
|
||||
// A little helper functon so the above isn't so messy
|
||||
// A little helper function so the above isn't so messy
|
||||
window.plugin.scoreboard.playerTableSort = function(name, by) {
|
||||
var retVal = 'data-sort="' + name + '"';
|
||||
if(name === by) {
|
||||
|
Reference in New Issue
Block a user