Correct iFrame links.
Signed-off-by: Gökay Şatır <gokaysatir@collabora.com> Change-Id: Ia0f945f8f1e667541b7d8d7b1613538f65501fef
This commit is contained in:
parent
04fc0ab905
commit
d7a533645a
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@ L.Map.Welcome = L.Handler.extend({
|
|||
L.Handler.prototype.initialize.call(this, map);
|
||||
this._map.on('statusindicator', this.onStatusIndicator, this);
|
||||
|
||||
this._url = window.enableWelcomeMessage ? L.LOUtil.getURL('/welcome/welcome.html') :
|
||||
window.welcomeUrl;
|
||||
this._url = window.welcomeUrl ? window.welcomeUrl: L.LOUtil.getURL('/welcome/welcome.html');
|
||||
this._retries = 2;
|
||||
this._fallback = false;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue