Skip to content

Commit

Permalink
* Just a comment update...
Browse files Browse the repository at this point in the history
  • Loading branch information
dialmaster committed Apr 27, 2013
1 parent 8ba7fa1 commit 1c2b1d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gettags.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ chrome.webRequest.onBeforeSendHeaders.addListener(


// Send a message about this tag...
// Fails currently -- it needs to be able to know what the id of the popup window we made is.
// This kind of evolved from a few to MANY attributes and now it's horrible.
// Should probably just change to send all of queryString.
if (ourTabId) {
console.log("Sending a message to the tab " + ourTabId);
chrome.tabs.sendMessage(ourTabId, {
Expand Down

0 comments on commit 1c2b1d9

Please sign in to comment.