botelho / flipboard-layout

An experimental page layout that let's you navigate pages by swiping or dragging as in a booklet, inspired by Flipboard.
639 stars 155 forks source link

Wrong document title after flip page #14

Open giuliovale opened 8 years ago

giuliovale commented 8 years ago

Fix: change inside function _saveState from this.History.pushState(null, null, '?page=' + page); to this.History.pushState(null, document.title, '?page=' + page);