loleaflet/html/loleaflet.html.m4 |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 2ddd8d7c8150950c48831279579f3caab578378b
Author:     Jan Holesovsky <ke...@collabora.com>
AuthorDate: Wed Oct 30 15:07:33 2019 +0100
Commit:     Jan Holesovsky <ke...@collabora.com>
CommitDate: Wed Oct 30 15:57:39 2019 +0100

    android: Fix 'Uncaught ReferenceError: reuseCookies is not defined' on 
mobile
    
    Change-Id: I9b1f0be023d41c4f3a63373d2fe892c800e5e466
    Reviewed-on: https://gerrit.libreoffice.org/81784
    Reviewed-by: Jan Holesovsky <ke...@collabora.com>
    Tested-by: Jan Holesovsky <ke...@collabora.com>

diff --git a/loleaflet/html/loleaflet.html.m4 b/loleaflet/html/loleaflet.html.m4
index 0946f9b47..3f5480c9a 100644
--- a/loleaflet/html/loleaflet.html.m4
+++ b/loleaflet/html/loleaflet.html.m4
@@ -222,6 +222,7 @@ ifelse(MOBILEAPP,[true],
       window.loleafletLogging = 'true';
       window.outOfFocusTimeoutSecs = 1000000;
       window.idleTimeoutSecs = 1000000;
+      window.reuseCookies = '';
       window.tileSize = 256;],
      [window.host = '%HOST%';
       window.serviceRoot = '%SERVICE_ROOT%';
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to