mirror of
https://github.com/remko/waforth
synced 2024-12-26 09:59:09 +01:00
thurtle: Add program name to window title
This commit is contained in:
parent
e03c21238f
commit
0e4fda92bb
1 changed files with 1 additions and 0 deletions
|
@ -408,6 +408,7 @@ function loadProgram(name: string) {
|
|||
deleteActionEl.classList.remove("disabled");
|
||||
}
|
||||
programsEl.value = name;
|
||||
document.title = name + " - Thurtle";
|
||||
}
|
||||
|
||||
function loadPrograms() {
|
||||
|
|
Loading…
Reference in a new issue