removed abbreviation

This commit is contained in:
sghsri
2019-09-05 20:27:38 -05:00
parent d2a3d50e1d
commit d9fe0cb024

View File

@@ -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);
} }