history.js
history.js copied to clipboard
Updated the code for new state empty title issue in History.setTitle method.
Issue : In History.setTitle method, if new state title is empty, document title getting updated with empty value and title is showing the URL.
Fix : To fix this, document title is updated when new state title is not empty in History.setTitle method.