Play more file types #185

Merged
6ea86b96 merged 4 commits from play-more-file-types into master 2017-06-02 14:56:22 +02:00
Showing only changes of commit b1bbf7ee4e - Show all commits

View file

@ -52,6 +52,7 @@ export function doChangePath(path) {
const state = getState()
const pageTitle = selectPageTitle(state)
window.document.title = pageTitle
window.scrollTo(0, 0)
const currentPage = selectCurrentPage(state)
if (currentPage === 'search') {