File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const EasyCoder_Showdown = {
21
21
run : program => {
22
22
const command = program [ program . pc ] ;
23
23
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 ( ) {
25
25
this . showdown_loaded = true ;
26
26
EasyCoder_Showdown . setupExtension ( ) ;
27
27
program . run ( command . pc + 1 ) ;
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const EasyCoder_Showdown = {
21
21
run : program => {
22
22
const command = program [ program . pc ] ;
23
23
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 ( ) {
25
25
this . showdown_loaded = true ;
26
26
EasyCoder_Showdown . setupExtension ( ) ;
27
27
program . run ( command . pc + 1 ) ;
Original file line number Diff line number Diff line change 112
112
load plugin `gmap`
113
113
load plugin `svg`
114
114
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`
116
116
require css `https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.46.0/addon/dialog/dialog.css`
117
117
require js `https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.46.0/addon/dialog/dialog.js`
118
118
require js `https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.46.0/addon/search/search.js`
Original file line number Diff line number Diff line change 9
9
variable Payload
10
10
variable ECPayload
11
11
variable Codex
12
-
13
- load showdown
14
12
15
13
rest get ECPayload from `/resources/fragment/ec.txt`
16
14
rest get Codex from `/resources/fragment/codex.txt`
You can’t perform that action at this time.
0 commit comments