forked from External/greenlight
GRN-88: Fixed some things that Scrutinizer was complaining about (#433)
* Scrutinizer fixes * Moved helper code to concern * Another scrutinizer fix * User controller conflict fix * Another user controller fix * Added include verifier
This commit is contained in:
committed by
Jesus Federico
parent
5e3aa72955
commit
88776eaadb
@ -92,6 +92,8 @@ $(document).on('turbolinks:load', function(){
|
||||
}
|
||||
else if(order === "desc"){
|
||||
return b_val.localeCompare(a_val);
|
||||
} else {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user