No need to set the title in history push
This commit is contained in:
parent
63dab7a496
commit
279f6ff76c
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ export function doHistoryPush(params, title, relativeUrl) {
|
|||
const url = pathParts.join('/')
|
||||
title += " - LBRY"
|
||||
history.pushState(params, title, url)
|
||||
window.document.title = title
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue