Skip to content

Commit 8ce7803

Browse files
committed
Revert
1 parent 4bb87c0 commit 8ce7803

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

resources/ecs/codex.ecs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -328,23 +328,23 @@ L2:
328328
end
329329
on click Exit
330330
begin
331-
! stop DocManModule
332-
! remove element Body
333-
! send `restore` to parent
334-
! history set url `.`
335-
! exit
336-
set style `display` of Body to `none`
337-
alert `Exit`
331+
stop DocManModule
332+
remove element Body
333+
send `restore` to parent
334+
history set url `.`
335+
exit
336+
! set style `display` of Body to `none`
337+
! alert `Exit`
338338
end
339339

340340
on message
341341
begin
342342
put the message into Message
343343
alert Message
344-
if Message is `start`
345-
begin
346-
set style `display` of Body to `block`
347-
end
344+
! if Message is `start`
345+
! begin
346+
! set style `display` of Body to `block`
347+
! end
348348
if Message is `next` go to StepForward
349349
if Message is `tutorial`
350350
begin

0 commit comments

Comments
 (0)