From 3fa731606276217c8e022c1bdf418b4795359819 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 16 May 2021 08:16:13 -0400 Subject: [PATCH] Minor code review Related commit: - https://github.com/gorhill/uBlock/commit/a24e2a5d6c2eb595effa397d69f8fdd9dfd6b489 --- src/js/popup-fenix.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/popup-fenix.js b/src/js/popup-fenix.js index 6ebffa9a2..f5e7be640 100644 --- a/src/js/popup-fenix.js +++ b/src/js/popup-fenix.js @@ -110,7 +110,7 @@ const cachePopupData = function(data) { /******************************************************************************/ -const hashFromPopupData = function(reset) { +const hashFromPopupData = function(reset = false) { // It makes no sense to offer to refresh the behind-the-scene scope if ( popupData.pageHostname === 'behind-the-scene' ) { document.body.classList.remove('needReload');