aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorhackademix <giorgio@maone.net>2018-09-02 23:02:35 +0200
committerhackademix <giorgio@maone.net>2018-09-02 23:02:35 +0200
commite5bf32c8866a4fb9d10d55689c1e3759f55992e3 (patch)
tree9106d9ca59d58e5664fb64c1eac7a05b3cf01150 /html
parent8c94efa540af6d209152b657b3f71864fe25bd30 (diff)
Fixes missing feedback for actions on the report UI when opened in a tab.
Diffstat (limited to 'html')
-rw-r--r--html/display_panel/content/main_panel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/display_panel/content/main_panel.js b/html/display_panel/content/main_panel.js
index 7bcbbb0..930f7f2 100644
--- a/html/display_panel/content/main_panel.js
+++ b/html/display_panel/content/main_panel.js
@@ -51,7 +51,7 @@ document.querySelector("#info").addEventListener("click", e => {
if (site) {
([action] = action.split("-"));
}
- myPort.postMessage({[action]: entry, site});
+ myPort.postMessage({[action]: entry, site, tabId: currentReport.tabId});
});
document.querySelector("#report-tab").onclick = e => {