Skip to content

Commit 0363a42

Browse files
save file
1 parent 93367e6 commit 0363a42

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

utils/misc/base64-encode-file/v2.0/base64-encode-file-v2.0.html

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@
5656
var preview = {};
5757
var output = {};
5858

59-
var filemod;
60-
var publish;
6159
var log;
6260

6361

@@ -100,7 +98,7 @@
10098
menu.on.close = null;
10199

102100

103-
await initdom(document.body);
101+
initdom(document.body);
104102

105103

106104
}//init
@@ -219,7 +217,7 @@
219217
<body>
220218

221219

222-
<hdr-base64 component=grp v2.0>
220+
<hdr-base64 component=grp>
223221
<img class=title src='image/base64-file-50.png' style='top:5px;height:40px'>
224222
<time slot=date datetime=2025-10-18>18 Oct 2025</time>
225223
</hdr-base64>
@@ -234,18 +232,16 @@
234232

235233
<div class=user>
236234

237-
<filemod inst=preview component v2.0></filemod>
235+
<file-mod id=file-preview component v2.0></file-mod>
238236

239237
<div id=btns>
240-
241238
<input value=save type=button>
242239
<div class=spc></div>
243-
244240
</div>
245241

246242
</div>
247243

248-
<filename-ui inst=preview component v2.0></filename-ui>
244+
<filename-ui id=fn-preview component></filename-ui>
249245

250246
</div>
251247

@@ -292,7 +288,7 @@
292288

293289
<div class=user>
294290

295-
<filemod inst=output component v2.0></filemod>
291+
<file-mod id=file-output component></file-mod>
296292

297293
<div id=btns>
298294

@@ -305,7 +301,7 @@
305301

306302
</div>
307303

308-
<filename-ui inst=output component v2.0></filename-ui>
304+
<filename-ui id=fn-output component v2.0></filename-ui>
309305

310306
</div output>
311307

@@ -328,7 +324,7 @@
328324
</body>
329325

330326

331-
<log component v2.0></log>
327+
<log-mod component></log-mod>
332328

333329

334330
<script>

0 commit comments

Comments
 (0)