_location_details_loaded should work
This commit is contained in:
parent
0485e02a3a
commit
f34a31990d
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ c3nav = {
|
|||
}
|
||||
},
|
||||
_location_details_loaded: function(data) {
|
||||
var $location_details = $('#location-details');
|
||||
if (parseInt($location_details.attr('data-id')) !== data.id) {
|
||||
// loaded too late, information no longer needed
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue