Fix element blurring (removing focus) #116

Merged
BehindTheMath merged 3 commits from fix/blur into master 2018-01-29 15:03:24 -05:00
Showing only changes of commit 2d4df39f72 - Show all commits

View File

@@ -181,9 +181,6 @@ Pjax.prototype = {
},
document.title, window.location)
// Clear out any focused controls before inserting new page contents.
document.activeElement.blur()
var oldHref = href
if (request.responseURL) {
if (href !== request.responseURL) {