welcome: temporarily use only local welcome dialog

Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: Iade402db7fcb8ee7d58dc539ae99f49be20d697d
This commit is contained in:
Szymon Kłos 2022-04-29 13:15:11 +02:00 committed by Andras Timar
parent 334160bb51
commit 1351f142a2

View file

@ -21,7 +21,8 @@ L.Map.Welcome = L.Handler.extend({
L.Handler.prototype.initialize.call(this, map);
this._map.on('updateviewslist', this.onUpdateList, this);
this._url = window.welcomeUrl ? window.welcomeUrl: this._getLocalWelcomeUrl();
// temporarily use only local welcome dialog
this._url = /*window.welcomeUrl ? window.welcomeUrl:*/ this._getLocalWelcomeUrl();
this._retries = 2;
this._fallback = false;
},