From 2d4df39f727af249d8a9023b7328502756304fbc Mon Sep 17 00:00:00 2001 From: Behind The Math Date: Wed, 24 Jan 2018 20:19:02 -0500 Subject: [PATCH] Remove a redundant call to .blur() --- index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.js b/index.js index 37e1187..25cb76e 100644 --- a/index.js +++ b/index.js @@ -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) {