No need to set the title in history push

This commit is contained in:
6ea86b96 2017-05-22 20:32:25 +04:00
parent 63dab7a496
commit 279f6ff76c
No known key found for this signature in database
GPG key ID: B282D183E4931E8F

View file

@ -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
}
}