diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-27 21:05:11 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2020-09-27 21:05:11 +0200 |
| commit | eaca9f28abdf3e3ac9571498fb6c39ca2986ee77 (patch) | |
| tree | 8bba2ae394f6342827c5724cfd86443fe87da35e /extension/junction.js | |
| parent | d4fb48eb3793a93a8726652692b68592333dd778 (diff) | |
Update build to use content script
Diffstat (limited to 'extension/junction.js')
| -rw-r--r-- | extension/junction.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/junction.js b/extension/junction.js index a662f6c..f3e1fb4 100644 --- a/extension/junction.js +++ b/extension/junction.js @@ -58,7 +58,7 @@ const internals = { const activeTabs = await internals.getActiveTabs(); const execution = await internals.getRoot().tabs.executeScript(activeTabs[0].id, { - file: '/content_script.js' + file: '/build/content_script.js' }); if (!execution || !execution[0]) { |