maps: trigger map-markers-ready when markers are ready (#21270)

This commit is contained in:
Frédéric Péters 2018-01-19 10:59:44 +01:00
parent 3368fce3e3
commit c7a35ead5d
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ $(function() {
if (callback) {
callback(geo_json);
}
$(cell).trigger('combo:map-markers-ready');
});
}
});