Skip to content

Commit abf9bdd

Browse files
committed
Fix path error
1 parent b0ba59a commit abf9bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iwsy/iwsy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const IWSY = (playerElement, scriptObject) => {
44
let player = playerElement;
55
let script = scriptObject;
66
let homeScript = script;
7-
let thePath = ``;
7+
let thePath = `resources/scripts`;
88
let afterRun;
99
let plugins;
1010
let timeouts = [];

0 commit comments

Comments
 (0)