[Libreoffice-commits] online.git: loleaflet/html
Jan Holesovsky (via logerrit)
logerrit at kemper.freedesktop.org
Wed Oct 30 14:57:58 UTC 2019
loleaflet/html/loleaflet.html.m4 | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 2ddd8d7c8150950c48831279579f3caab578378b
Author: Jan Holesovsky <kendy at collabora.com>
AuthorDate: Wed Oct 30 15:07:33 2019 +0100
Commit: Jan Holesovsky <kendy at 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 <kendy at collabora.com>
Tested-by: Jan Holesovsky <kendy at 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%';
More information about the Libreoffice-commits
mailing list