diff --git a/umap/static/umap/js/umap.controls.js b/umap/static/umap/js/umap.controls.js index 132ef76e..de8ab0b0 100644 --- a/umap/static/umap/js/umap.controls.js +++ b/umap/static/umap/js/umap.controls.js @@ -1055,7 +1055,7 @@ L.U.IframeExporter = L.Class.extend({ } var currentView = this.options.currentView ? window.location.hash : '', iframeUrl = this.baseUrl + '?' + this.map.xhr.buildQueryString(this.queryString) + currentView, - code = ''; + code = ''; if (this.options.includeFullScreenLink) { code += '

' + L._('See full screen') + '

'; } diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index 288eac07..c93a40b2 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -33,6 +33,7 @@ width: 36px; background-position: 0px 0px; } +.leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a, .leaflet-fullscreen-on .leaflet-control-fullscreen a { background-position: 0 -32px; }