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