Skip to content

Commit

Permalink
Correct iFrame links.
Browse files Browse the repository at this point in the history
Signed-off-by: Gökay Şatır <[email protected]>
Change-Id: Ia0f945f8f1e667541b7d8d7b1613538f65501fef
  • Loading branch information
gokaysatir authored and timar committed Apr 4, 2022
1 parent 04fc0ab commit d7a5336
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions browser/src/map/handler/Map.Welcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
},
Expand Down

0 comments on commit d7a5336

Please sign in to comment.