Projet

Général

Profil

0001-maps-trigger-map-markers-ready-when-markers-are-read.patch

Frédéric Péters, 19 janvier 2018 11:00

Télécharger (792 octets)

Voir les différences:

Subject: [PATCH] maps: trigger map-markers-ready when markers are ready
 (#21270)

 combo/apps/maps/static/js/combo.map.js | 1 +
 1 file changed, 1 insertion(+)
combo/apps/maps/static/js/combo.map.js
33 33
              if (callback) {
34 34
                  callback(geo_json);
35 35
              }
36
              $(cell).trigger('combo:map-markers-ready');
36 37
          });
37 38
        }
38 39
      });
39
-