We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2254f8 commit a789f05Copy full SHA for a789f05
resources/ecs/codex.ecs
@@ -2,7 +2,7 @@
2
3
script Codex
4
5
- div Body
+ div Body
6
div Screen
7
div CodePanel
8
div NonCodePanel
@@ -41,7 +41,7 @@
41
a Link
42
a Index
43
module TestModule
44
- module DocManModule
+ module DocManModule
45
callback DecoratorCallback
46
variable Password
47
variable PasswordRequested
@@ -948,6 +948,7 @@ StopTestModule:
948
return
949
950
GetPassword:
951
+print `ReadOnly = ` cat ReadOnly
952
if ReadOnly
953
begin
954
clear PasswordValid
@@ -983,4 +984,4 @@ GetPassword:
983
984
985
SetPasswordValid:
986
set PasswordValid
- return
987
+ return
0 commit comments