summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-09-04 10:37:48 +0300
committerAndras Timar <andras.timar@collabora.com>2020-09-04 11:06:20 +0200
commit647e84a9f2ab60295354a78ddc6215d2698dfec9 (patch)
tree8110196331ced5426ac199fee1bfc0ad32c7bedb
parent2ba27901d6477e449319ec8ca4e8652c71ef5599 (diff)
Set brandProductName in the MOBILEAPP casedistro/collabora/co-4-2-8
(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 <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
-rw-r--r--loleaflet/html/loleaflet.html.m44
1 files changed, 3 insertions, 1 deletions
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],