Skip to content

Commit 70e31f0

Browse files
save file
1 parent 0491a3c commit 70e31f0

1 file changed

Lines changed: 1 addition & 29 deletions

File tree

utils/misc/nodejs-terminal/nodejs-terminal.html

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
<body>
193193

194194

195-
<misc-hdr v2.0 component=grp>
195+
<misc-hdr component=grp>
196196
<img slot=title class=title src='images/nodejs-terminal.png' style='top:-15px;height:80px' alt='Node.js Terminal'>
197197
<time slot=date datetime=2026-04-22>
198198
22 Apr 2026
@@ -326,34 +326,6 @@
326326
wcfs.initdom();
327327

328328

329-
330-
331-
/*
332-
333-
async function source(){
334-
335-
var txt = snippet.editor.getValue();
336-
var blob = new Blob([txt]);
337-
return blob;
338-
339-
}//source
340-
341-
function complete(file){
342-
}//complete
343-
344-
345-
complete.load = async function(file,blob){
346-
347-
var txt = await blob.text();
348-
snippet.editor.setValue(txt);
349-
350-
}//load
351-
352-
353-
complete.save = function(file,confirm=true){
354-
}//save
355-
*/
356-
357329
}//snippet-editor
358330

359331

0 commit comments

Comments
 (0)