mirror of
https://github.com/jech/galene.git
synced 2024-11-08 17:55:59 +01:00
Fix typo in setTitle.
This commit is contained in:
parent
de7dc9252f
commit
8135f6b91d
1 changed files with 2 additions and 1 deletions
|
@ -2111,7 +2111,8 @@ function setTitle(title) {
|
|||
}
|
||||
if(title)
|
||||
set(title);
|
||||
set('Galène');
|
||||
else
|
||||
set('Galène');
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue