Fixing map display
This commit is contained in:
parent
14d2734a2b
commit
081555db69
@ -55,9 +55,10 @@
|
|||||||
$('iframe').attr('src', $('iframe').attr('src'));
|
$('iframe').attr('src', $('iframe').attr('src'));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
$('#mapTab').on('shown', function(e) {
|
$('.nav-tabs a').on('shown.bs.tab', function (e) {
|
||||||
|
if ($(e.target).attr('href') === '#mapTab') {
|
||||||
google.maps.event.trigger(window.map, 'resize');
|
google.maps.event.trigger(window.map, 'resize');
|
||||||
alert('done');
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
window.accessReview = function(id) {
|
window.accessReview = function(id) {
|
||||||
|
Loading…
Reference in New Issue
Block a user