Projet

Général

Profil

0001-js-invalidate-leaflet-map-when-container-is-displaye.patch

Frédéric Péters, 30 avril 2016 09:22

Télécharger (666 octets)

Voir les différences:

Subject: [PATCH] js: invalidate leaflet map when container is displayed
 (#10780)

 static/dataview.js | 1 +
 1 file changed, 1 insertion(+)
static/dataview.js
4 4
    function() {
5 5
      $(this).hide();
6 6
      $('.dataview').show();
7
      $('.qommon-map').trigger('qommon:invalidate');
7 8
      return false;
8 9
    });
9 10
});
10
-