Skip to content

Commit 0d8f42a

Browse files
save file
1 parent a8c3a80 commit 0d8f42a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,6 @@
172172
);
173173
[$,datatype,menumod,keydown,debug,hs,vm,ls] = await promise;
174174

175-
debugger;
176-
177175
mod.stack.complete;
178176

179177
})();
@@ -527,7 +525,7 @@
527525
more.onclick = menu.click2(more,menu_callback.more);
528526

529527
snapshot.menu = $('#snapshot-menu');
530-
snapshot.menu.onclick = menu.click2(snapshot,menu_callback.snapshot);
528+
snapshot.menu.onclick = menu.click2(snapshot.menu,menu_callback.snapshot);
531529
snapshot.list = $(snapshot.menu,'#list');
532530
snapshot.item = $(snapshot.list,'#item');
533531
snapshot.item.remove();

0 commit comments

Comments
 (0)