Skip to content

Commit

Permalink
changed to use activeTab, and workaround for https://bugzilla.mozilla…
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Bamberg committed Jan 5, 2016
1 parent 91655c1 commit 315084c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions beastify/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
},

"permissions": [
"http://*/*",
"https://*/*"
"activeTab"
],

"browser_action": {
Expand Down
2 changes: 1 addition & 1 deletion beastify/popup/choose_beast.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ document.addEventListener("click", function(e) {
var chosenBeast = e.target.textContent;

chrome.tabs.executeScript(null, {
file: "content_scripts/beastify.js"
file: "../content_scripts/beastify.js"
});

chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
Expand Down

0 comments on commit 315084c

Please sign in to comment.