loleaflet/src/map/handler/Map.SlideShow.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9d89989b998a87ac4a00bbb9714ce022665bdcee
Author: Henry Castro <hcas...@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);
        }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to