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 e497995 commit f1e2f81Copy full SHA for f1e2f81
utils/x509/encrypt/encrypt.html
@@ -44,6 +44,8 @@
44
45
46
async function init(){
47
+
48
+ menumod = menumod();
49
50
filemod = filemod();
51
editor = editor();
@@ -60,11 +62,13 @@
60
62
log.init();
61
63
64
65
+ menumod.on.close = ()=>editor.focus();
66
67
68
await initdom(document.body);
69
70
- init.complete();
71
+ init.stack.complete;
72
73
74
}//init
@@ -145,7 +149,7 @@ <h3>encrypt</h3>
145
149
146
150
<script>
147
151
148
- async function initdom(rootnode){debugger;
152
+ async function initdom(rootnode){
153
154
var root = rootnode;
155
@@ -167,7 +171,12 @@ <h3>encrypt</h3>
167
171
}//initdom
168
172
169
173
170
174
175
+ function complete(){
176
+ }//complete
177
178
179
180
181
</script>
182
0 commit comments