Correct iFrame links.

Signed-off-by: Gökay Şatır <gokaysatir@collabora.com>
Change-Id: Ia0f945f8f1e667541b7d8d7b1613538f65501fef
This commit is contained in:
Gökay Şatır 2022-04-04 18:07:59 +03:00 committed by Andras Timar
parent 04fc0ab905
commit d7a533645a

View file

@ -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;
},