diff --git a/js/WhatsNew.js b/js/WhatsNew.js index 28df3921..2010b2d8 100644 --- a/js/WhatsNew.js +++ b/js/WhatsNew.js @@ -22,7 +22,6 @@ BR.WhatsNew = { }, hasNewVersions: function () { - return true; if (!BR.Util.localStorageAvailable()) return false; var currentVersion = localStorage.getItem('changelogVersion');