1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

Minor code review

Related commit:
- a24e2a5d6c
This commit is contained in:
Raymond Hill 2021-05-16 08:16:13 -04:00
parent 2781874363
commit 3fa7316062
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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');