From 86891e305757a1681dc1395cea1dba5bf07914a4 Mon Sep 17 00:00:00 2001 From: Gautier P Date: Wed, 24 Feb 2021 09:58:25 +0100 Subject: [PATCH] Remove debug code --- js/WhatsNew.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/WhatsNew.js b/js/WhatsNew.js index 28df392..2010b2d 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');