From 7fb034f6403a6eec29c7f4946d28603510a86f71 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 9 Jul 2017 08:45:55 -0400 Subject: [PATCH] minor code review: logData can still be set when not logging --- src/js/tab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/tab.js b/src/js/tab.js index e7a75f5a7..2b7a79fcd 100644 --- a/src/js/tab.js +++ b/src/js/tab.js @@ -760,8 +760,8 @@ vAPI.tabs.onPopupUpdated = (function() { µb.URI.hostnameFromURI(context.rootURL), µb.URI.hostnameFromURI(context.rootURL) ); - logData = undefined; } + logData = undefined; // Not blocked if ( result !== 1 ) {