Resolve "Transition branch for CMB and Resq merging" #1181

Merged
korina.cordero merged 258 commits from 329-transition-branch-for-cmb-and-resq-merging into master 2020-04-03 02:49:26 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a21d0509fd - Show all commits

View file

@ -1486,7 +1486,7 @@ $(function() {
selectedHub = id;
// center the map
hmap.setCenter(lat, lng);
osm_hmap.flyTo(L.latLng(lat, lng));
} else {
// unhighlight this row
$(this).removeClass('m-table__row--primary');

View file

@ -1478,7 +1478,7 @@ $(function() {
selectedHub = id;
// center the map
hmap.setCenter(lat, lng);
osm_hmap.flyTo(L.latLng(lat, lng));
} else {
// unhighlight this row
$(this).removeClass('m-table__row--primary');