maps: don't call leaflet on map cell configuration panel (#59590)

This commit is contained in:
Frédéric Péters 2021-12-11 17:14:44 +01:00
parent 91ae6e2898
commit 8abed78fa4
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ $(function() {
$(cell).trigger('combo:map-ready');
};
$(document).on('combo:render-maps', function() {
$('div.cell.map').each(function() {
$('div.cell.map:not([data-cell-reference])').each(function() {
render_map(this);
});
}).trigger('combo:render-maps');