Skip to content

Commit 2b0e8e2

Browse files
committed
Minor updates
1 parent 7c10c19 commit 2b0e8e2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</head>
1010

1111
<body>
12-
<pre id="easycoder-rest" style="display:none">/rest</pre>
12+
<pre id="easycoder-rest" style="display:none">/rest.php</pre>
1313
<pre id="easycoder-script" style="display:none">
1414
variable Script
1515
rest get Script from `/resources/ecs/main.ecs`

resources/ecs/about.ecs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
end
3737

3838
set ready
39-
require js `dist/plugins/codemirror.js`
4039
stop
4140

4241
Start:

resources/ecs/imageswitcher.ecs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
img Thumb
1111
img Image
1212
a Link
13+
variable Markup
1314
variable ImageCount
1415
variable N
1516
variable M
1617
variable Width
17-
variable Markup
1818
variable ECPayload
1919
variable Payload
2020
callback DecoratorCallback
@@ -101,7 +101,6 @@ DoThumb:
101101
index Image to N
102102
go to Select
103103

104-
! Add the description text
105104
AddDescription:
106105
on DecoratorCallback go to Decorate
107106
rest get Markup from `/resources/md/imageswitcher.md`
@@ -122,4 +121,4 @@ Decorate:
122121
put from 5 of Payload into Payload
123122
end
124123
set the payload of DecoratorCallback to Payload
125-
stop
124+
stop

resources/ecs/usercapture.ecs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
div Dialog
1212
div Row
1313
div Label
14+
div Text
1415
span Cell
1516
input Name
1617
input Email
@@ -22,6 +23,7 @@
2223
variable W
2324
variable H
2425
variable Message
26+
variable Markup
2527
variable ECPayload
2628
variable Payload
2729
callback DecoratorCallback
@@ -190,4 +192,4 @@ Decorate:
190192
put from 5 of Payload into Payload
191193
end
192194
set the payload of DecoratorCallback to Payload
193-
stop
195+
stop

0 commit comments

Comments
 (0)