diff --git a/js/WhatsNew.js b/js/WhatsNew.js index 2010b2d..3dbad92 100644 --- a/js/WhatsNew.js +++ b/js/WhatsNew.js @@ -26,7 +26,7 @@ BR.WhatsNew = { var currentVersion = localStorage.getItem('changelogVersion'); - return !currentVersion || currentVersion < this.getLatestVersion(); + return currentVersion && currentVersion < this.getLatestVersion(); }, prepare: function (newOnly) {