Add clarification about %FOO% and mobile apps
Signed-off-by: Tor Lillqvist <tml@collabora.com> Change-Id: I1bf6c3279e4d1d07f23973e6742de7618d4141e4
This commit is contained in:
parent
a6abc0a017
commit
6b78b03d08
1 changed files with 4 additions and 1 deletions
|
@ -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 = '';
|
||||
|
|
Loading…
Reference in a new issue