fix eslint

pull/3520/head
Isaac Connor 2022-07-05 12:46:07 -04:00
parent 831b45b8f1
commit 13617025ed
1 changed files with 2 additions and 2 deletions

View File

@ -346,8 +346,8 @@ function initPage() {
}); });
map.invalidateSize(); map.invalidateSize();
$j("a[href='#pills-location']").on('shown.bs.tab', function(e) { $j("a[href='#pills-location']").on('shown.bs.tab', function(e) {
map.invalidateSize(); map.invalidateSize();
}); });
} else { } else {
console.log('Location turned on but leaflet not installed.'); console.log('Location turned on but leaflet not installed.');
} }