maps: trigger combo:map-ready once the map is done (#17494)

This commit is contained in:
Frédéric Péters 2017-07-10 15:45:20 +02:00
parent 0d5216ee38
commit 7603f89c08
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ $(function() {
map.fitBounds(bounds);
}
}
$(cell).trigger('combo:map-ready');
});
};
$('div.cell.map').each(function() {