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,7 +2111,8 @@ function setTitle(title) {
}
if(title)
set(title);
set('Galène');
else
set('Galène');
}