Commit 8135f6b9 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo in setTitle.

parent de7dc925
...@@ -2111,6 +2111,7 @@ function setTitle(title) { ...@@ -2111,6 +2111,7 @@ function setTitle(title) {
} }
if(title) if(title)
set(title); set(title);
else
set('Galène'); set('Galène');
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment