Skip to content

Commit f1e2f81

Browse files
save text
1 parent e497995 commit f1e2f81

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

utils/x509/encrypt/encrypt.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444

4545

4646
async function init(){
47+
48+
menumod = menumod();
4749

4850
filemod = filemod();
4951
editor = editor();
@@ -60,11 +62,13 @@
6062
log.init();
6163

6264

65+
menumod.on.close = ()=>editor.focus();
66+
6367

6468
await initdom(document.body);
6569

6670

67-
init.complete();
71+
init.stack.complete;
6872

6973

7074
}//init
@@ -145,7 +149,7 @@ <h3>encrypt</h3>
145149

146150
<script>
147151

148-
async function initdom(rootnode){debugger;
152+
async function initdom(rootnode){
149153

150154
var root = rootnode;
151155

@@ -167,7 +171,12 @@ <h3>encrypt</h3>
167171
}//initdom
168172

169173

170-
init.complete();
174+
175+
function complete(){
176+
}//complete
177+
178+
179+
init.stack.complete;
171180

172181
</script>
173182

0 commit comments

Comments
 (0)