From 647e84a9f2ab60295354a78ddc6215d2698dfec9 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 4 Sep 2020 10:37:48 +0300 Subject: Set brandProductName in the MOBILEAPP case (Already handled in master but was still missing here.) Change-Id: I6950c879d23323a3823a7e82da10533a9b3f0ba1 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/102027 Tested-by: Andras Timar Reviewed-by: Andras Timar --- loleaflet/html/loleaflet.html.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/loleaflet/html/loleaflet.html.m4 b/loleaflet/html/loleaflet.html.m4 index 2a53e2603..96d02c53e 100644 --- a/loleaflet/html/loleaflet.html.m4 +++ b/loleaflet/html/loleaflet.html.m4 @@ -43,7 +43,9 @@ m4_ifelse(MOBILEAPP,[true], window.open = function (url, windowName, windowFeatures) { window.postMobileMessage('HYPERLINK ' + url); /* don't call the 'normal' window.open on mobile at all */ } - window.MobileAppName='MOBILEAPPNAME';], + window.MobileAppName='MOBILEAPPNAME'; + brandProductName='MOBILEAPPNAME'; + ], [ window.ThisIsAMobileApp = false;] ) m4_ifelse(IOSAPP,[true], -- cgit v1.2.3