Skip to content

Commit

Permalink
not working text update.
Browse files Browse the repository at this point in the history
  • Loading branch information
bengarrett committed Sep 16, 2024
1 parent 17129dd commit 4f80f49
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions view/app/artifactjsdos.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@
"-c", "SET PATH=%PATH%;C:\\DOS4GW",
"-c", "{{$runProgram}}",
];
ctx.font = "16px serif";
ctx.fillText("Not working?", 10, 50);
ctx.fillText("Try the browser Console for errors.", 10, 70);
ctx.font = "14px serif";
ctx.fillText("Stuck and not loading?", 10, 50);
ctx.fillText("1) try refreshing this tab.", 13, 70);
ctx.fillText("2) view the the tab Console for errors.", 13, 90);
const stopButton = document.getElementById("jsdosStop");
stopButton.addEventListener("click", () => {
try {
Expand Down

0 comments on commit 4f80f49

Please sign in to comment.