1
Fork 0

Fix typo in setTitle.

This commit is contained in:
Juliusz Chroboczek 2021-10-26 22:38:05 +02:00
parent de7dc9252f
commit 8135f6b91d
1 changed files with 2 additions and 1 deletions

View File

@ -2111,6 +2111,7 @@ function setTitle(title) {
} }
if(title) if(title)
set(title); set(title);
else
set('Galène'); set('Galène');
} }