Skip to content

Commit

Permalink
Small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
eliben committed Jul 18, 2020
1 parent 9920173 commit f6d6797
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
padding-top: 10px;
width: 440px;
}
#codetext::selection {
background: #b4b4b4;
}
/*
#control, #control td {
border: 1px solid black;
Expand Down
1 change: 0 additions & 1 deletion ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ function onRunCode() {
if (e instanceof js8080sim.ParseError ||
e instanceof js8080sim.AssemblyError) {
setStatusFail(`${e}`);
console.log(e.pos);
} else {
setStatusFail(e.message);
}
Expand Down

0 comments on commit f6d6797

Please sign in to comment.