@@ -799,7 +799,6 @@
for(var i in area){
$(".tab").each(function(){
let provinces = $(this).children(".province").text().replace(/\s/g,"");
- let cityarr = $(this).next().find(".city").text();
if(provinces === area[i]){
province.push(area[i]);
$(this).next().children(".city").addClass("active");
@@ -763,7 +763,6 @@