Skip to content

Commit

Permalink
after lunch
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbajnai committed Apr 3, 2023
1 parent 0e371bc commit 146d33e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,7 @@ setInterval(function () {
// Do this before every command in method
if ($("#command" + (line + 2)).length) { $("#command" + (line + 2))[0].scrollIntoView({ behavior: 'smooth', block: 'nearest', inline: 'start' }); }
$("#command" + line).prepend("☞ ");

cmd = "IA" + parameterArray[line];

// Do this after every command
Expand Down

0 comments on commit 146d33e

Please sign in to comment.