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:
parent
334160bb51
commit
1351f142a2
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue