diff --git a/combo/apps/maps/static/js/leaflet-gps.js b/combo/apps/maps/static/js/leaflet-gps.js index 606b1e30..1757e838 100644 --- a/combo/apps/maps/static/js/leaflet-gps.js +++ b/combo/apps/maps/static/js/leaflet-gps.js @@ -55,7 +55,6 @@ L.Control.Gps = L.Control.extend({ this._button.href = '#'; this._button.text = '\uf192'; this._button.style.fontFamily = 'FontAwesome'; - this._button.style.borderRadius = '4px'; L.DomEvent .on(this._button, 'click', L.DomEvent.stop, this) .on(this._button, 'click', this._askGps, this);