forked from MapComplete/MapComplete
Fix typo
This commit is contained in:
parent
aaa7439b02
commit
77a41793c8
2 changed files with 6 additions and 2 deletions
|
@ -46,7 +46,11 @@ export default class TitleHandler {
|
|||
if (Utils.runningFromConsole) {
|
||||
return
|
||||
}
|
||||
try{
|
||||
document.title = title
|
||||
}catch (e) {
|
||||
console.error(e)
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue