[Libreoffice-commits] online.git: loleaflet/src
Henry Castro
hcastro at collabora.com
Thu Oct 13 21:02:49 UTC 2016
loleaflet/src/map/handler/Map.SlideShow.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9d89989b998a87ac4a00bbb9714ce022665bdcee
Author: Henry Castro <hcastro at collabora.com>
Date: Thu Oct 13 17:03:48 2016 -0400
loleaflet: remove unused query string
diff --git a/loleaflet/src/map/handler/Map.SlideShow.js b/loleaflet/src/map/handler/Map.SlideShow.js
index 00c8d97..75668c0 100644
--- a/loleaflet/src/map/handler/Map.SlideShow.js
+++ b/loleaflet/src/map/handler/Map.SlideShow.js
@@ -57,7 +57,7 @@ L.Map.SlideShow = L.Handler.extend({
},
_onSlideDownloadReady: function (e) {
- this._slideShow.src = e.url + '?mime_type=image/svg%2Bxml';
+ this._slideShow.src = e.url;
this._slideShow.contentWindow.focus();
clearInterval(this._slideShow.contentWindow.spinnerInterval);
}
More information about the Libreoffice-commits
mailing list