summaryrefslogtreecommitdiffstats
path: root/browser/html/cool.html.m4
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2022-01-18 10:09:30 +0200
committerTor Lillqvist <tml@iki.fi>2022-01-18 16:11:47 +0200
commit6b78b03d0889fece7e1f6007f072a37abb7a9ba5 (patch)
treec9a8cf84e61c31239c8d181612b2a4c0543909f5 /browser/html/cool.html.m4
parentClarify that "mobile" here means "mobile app", not type of device (diff)
downloadonline-6b78b03d0889fece7e1f6007f072a37abb7a9ba5.tar.gz
online-6b78b03d0889fece7e1f6007f072a37abb7a9ba5.zip
Add clarification about %FOO% and mobile apps
Signed-off-by: Tor Lillqvist <tml@collabora.com> Change-Id: I1bf6c3279e4d1d07f23973e6742de7618d4141e4
Diffstat (limited to 'browser/html/cool.html.m4')
-rw-r--r--browser/html/cool.html.m45
1 files changed, 4 insertions, 1 deletions
diff --git a/browser/html/cool.html.m4 b/browser/html/cool.html.m4
index 2a039b787d..d1ab751abf 100644
--- a/browser/html/cool.html.m4
+++ b/browser/html/cool.html.m4
@@ -284,7 +284,10 @@ m4_ifelse(MOBILEAPP,[true],
[window.host = '';
window.serviceRoot = '';
window.hexifyUrl = false;
- window.versionPath = '%VERSION%';
+ // We can't use %VERSION% here as there is no FileServer.cpp involved in a mobile app that
+ // would expand the %FOO% things. But it seems that window.versionPath is not used in the
+ // mobile apps anyway.
+ // window.versionPath = 'UNKNOWN';
window.accessToken = '';
window.accessTokenTTL = '';
window.accessHeader = '';