Skip to content

Commit 6338ecb

Browse files
committed
Debugging
1 parent b792c28 commit 6338ecb

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

easycoder/plugins/showdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const EasyCoder_Showdown = {
2121
run: program => {
2222
const command = program[program.pc];
2323
if (program.isUndefined(this.showdown_loaded)) {
24-
program.require(`js`, `https://cdn.rawgit.com/showdownjs/showdown/1.9.0/dist/showdown.min.js`, function () {
24+
program.require(`js`, `https://unpkg.com/showdown@1.9.1/./dist/showdown.js`, function () {
2525
this.showdown_loaded = true;
2626
EasyCoder_Showdown.setupExtension();
2727
program.run(command.pc + 1);

js/plugins/showdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const EasyCoder_Showdown = {
2121
run: program => {
2222
const command = program[program.pc];
2323
if (program.isUndefined(this.showdown_loaded)) {
24-
program.require(`js`, `https://cdn.rawgit.com/showdownjs/showdown/1.9.0/dist/showdown.min.js`, function () {
24+
program.require(`js`, `https://unpkg.com/showdown@1.9.1/./dist/showdown.js`, function () {
2525
this.showdown_loaded = true;
2626
EasyCoder_Showdown.setupExtension();
2727
program.run(command.pc + 1);

resources/ecs/codex.ecs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
load plugin `gmap`
113113
load plugin `svg`
114114

115-
codemirror init basic profile `/easycoder/plugins/codemirror-ecs.js`
115+
codemirror init basic profile `https://`cat the hostname cat `/easycoder/plugins/codemirror-ecs.js`
116116
require css `https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.46.0/addon/dialog/dialog.css`
117117
require js `https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.46.0/addon/dialog/dialog.js`
118118
require js `https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.46.0/addon/search/search.js`

resources/ecs/showdown.ecs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
variable Payload
1010
variable ECPayload
1111
variable Codex
12-
13-
load showdown
1412

1513
rest get ECPayload from `/resources/fragment/ec.txt`
1614
rest get Codex from `/resources/fragment/codex.txt`

0 commit comments

Comments
 (0)