Projet

Général

Profil

0001-backoffice-don-t-let-click-add-markers-in-backoffice.patch

Frédéric Péters, 02 janvier 2019 09:27

Télécharger (867 octets)

Voir les différences:

Subject: [PATCH] backoffice: don't let click add markers in backoffice map
 view (#28915)

 wcs/qommon/static/js/qommon.map.js | 2 ++
 1 file changed, 2 insertions(+)
wcs/qommon/static/js/qommon.map.js
63 63
       map.keyboard.disable();
64 64
     } else {
65 65
       map.addControl(gps_control);
66
     }
67
     if (! $map_widget.data('readonly')) {
66 68
       map.on('click', function(e) {
67 69
         $map_widget.trigger('set-geolocation', e.latlng);
68 70
       });
69
-