We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c990b commit d46ddb5Copy full SHA for d46ddb5
dist/plugins/iwsy.js
@@ -164,7 +164,7 @@ const EasyCoder_IWSY = {
164
let script;
165
switch (action) {
166
case `init`:
167
- program.require(`js`, `iwsy.js`,
+ program.require(`js`, `https://easycoder.github.io/iwsy/iwsy.js`,
168
function () {
169
program.run(command.pc + 1);
170
});
js/plugins/iwsy.js
0 commit comments