From d9fe0cb024c89227d26df77f3b85a54eaa9c7f2a Mon Sep 17 00:00:00 2001 From: sghsri Date: Thu, 5 Sep 2019 20:27:38 -0500 Subject: [PATCH] removed abbreviation --- js/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/background.js b/js/background.js index 07c86149..9036c6e0 100644 --- a/js/background.js +++ b/js/background.js @@ -159,7 +159,7 @@ function getCurrentDepartments(){ if(response){; departments = []; htmlToNode(response).find('.column1').each(function(i){ - if(i > 0){ + if(i > 1){ let abv = $(this).text(); departments.push(abv); }