Skip to content

Commit d46ddb5

Browse files
committed
Use CDN
1 parent 08c990b commit d46ddb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/plugins/iwsy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const EasyCoder_IWSY = {
164164
let script;
165165
switch (action) {
166166
case `init`:
167-
program.require(`js`, `iwsy.js`,
167+
program.require(`js`, `https://easycoder.github.io/iwsy/iwsy.js`,
168168
function () {
169169
program.run(command.pc + 1);
170170
});

js/plugins/iwsy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const EasyCoder_IWSY = {
164164
let script;
165165
switch (action) {
166166
case `init`:
167-
program.require(`js`, `iwsy.js`,
167+
program.require(`js`, `https://easycoder.github.io/iwsy/iwsy.js`,
168168
function () {
169169
program.run(command.pc + 1);
170170
});

0 commit comments

Comments
 (0)