From abf9bddb3400daeb3f8f14c450005e07ee76d974 Mon Sep 17 00:00:00 2001 From: Graham Trott Date: Mon, 26 Oct 2020 17:48:13 +0000 Subject: [PATCH] Fix path error --- iwsy/iwsy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iwsy/iwsy.js b/iwsy/iwsy.js index 0e1668e..3c0b5c4 100644 --- a/iwsy/iwsy.js +++ b/iwsy/iwsy.js @@ -4,7 +4,7 @@ const IWSY = (playerElement, scriptObject) => { let player = playerElement; let script = scriptObject; let homeScript = script; - let thePath = ``; + let thePath = `resources/scripts`; let afterRun; let plugins; let timeouts = [];