removed abbreviation
This commit is contained in:
@@ -159,7 +159,7 @@ function getCurrentDepartments(){
|
|||||||
if(response){;
|
if(response){;
|
||||||
departments = [];
|
departments = [];
|
||||||
htmlToNode(response).find('.column1').each(function(i){
|
htmlToNode(response).find('.column1').each(function(i){
|
||||||
if(i > 0){
|
if(i > 1){
|
||||||
let abv = $(this).text();
|
let abv = $(this).text();
|
||||||
departments.push(abv);
|
departments.push(abv);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user