From eaca9f28abdf3e3ac9571498fb6c39ca2986ee77 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 27 Sep 2020 21:05:11 +0200 Subject: Update build to use content script --- extension/junction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extension/junction.js') 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]) { -- cgit