diff options
Diffstat (limited to 'src/js/tab.js')
-rw-r--r-- | src/js/tab.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/tab.js b/src/js/tab.js index e416bd9..ef44a33 100644 --- a/src/js/tab.js +++ b/src/js/tab.js @@ -471,6 +471,7 @@ vAPI.tabs.onPopup = function(details) { if ( pageStore ) { pageStore.logRequest(context, result); } + µb.logger.writeOne(details.openerTabId, context, result); // Not blocked if ( µb.isAllowResult(result) ) { |