From 63bc2af226d93138058b260dd579c64d4b29ca73 Mon Sep 17 00:00:00 2001 From: Robin North Date: Mon, 29 Jan 2018 20:06:33 +0000 Subject: [PATCH] Remove redundant comment --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index 3a7e11f..64b933a 100644 --- a/index.js +++ b/index.js @@ -133,7 +133,6 @@ Pjax.prototype = { this.log("load content", tmpEl.documentElement.attributes, tmpEl.documentElement.innerHTML.length) // Clear out any focused controls before inserting new page contents. - // we clear focus on non form elements if (document.activeElement && contains(this.options.selectors, document.activeElement)) { try { document.activeElement.blur()