Skip to content

Commit

Permalink
update css
Browse files Browse the repository at this point in the history
  • Loading branch information
tuansu2021998 committed May 9, 2020
1 parent 62e41e8 commit 73078ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/resources/js/listownrealestate.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function initMap() {
let marker = new google.maps.Marker({position: latLng, map: map, info: markers[i]});

marker.addListener('click', function() {
$('#content-RightMap').scrollTop($('#row-220').offset().top - $($('.list-group-item')[0]).offset().top)
$('#form-ViewList').scrollTop($('#row-'+marker.info.id).offset().top - $($('.list-group-item')[0]).offset().top)
$('#row-'+marker.info.id).effect("highlight", {}, 3000);
});

Expand Down

0 comments on commit 73078ed

Please sign in to comment.