Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zack-bitcoin committed Nov 17, 2023
1 parent 66785f6 commit 1ae18a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/explorers/jobs_explorer.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
s = s.concat("<br>");
s = s.concat("time: ").concat(time);
var info = document.createElement("div");
info.innerHTML = s;
div.appendChild(info);

var explorer_info = await rpc.apost(
Expand Down

0 comments on commit 1ae18a7

Please sign in to comment.