Do not display whatsnew for new users
This commit is contained in:
parent
0e8e040521
commit
055a5f54eb
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ BR.WhatsNew = {
|
||||||
|
|
||||||
var currentVersion = localStorage.getItem('changelogVersion');
|
var currentVersion = localStorage.getItem('changelogVersion');
|
||||||
|
|
||||||
return !currentVersion || currentVersion < this.getLatestVersion();
|
return currentVersion && currentVersion < this.getLatestVersion();
|
||||||
},
|
},
|
||||||
|
|
||||||
prepare: function (newOnly) {
|
prepare: function (newOnly) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue