diff --git a/beastify/popup/choose_beast.js b/beastify/popup/choose_beast.js index 9d2b584..fbe204f 100644 --- a/beastify/popup/choose_beast.js +++ b/beastify/popup/choose_beast.js @@ -18,9 +18,9 @@ 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) {