We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae7964d + 733e8a2 commit 980f635Copy full SHA for 980f635
jquery.pjax.js
@@ -70,7 +70,7 @@ function handleClick(event, container, options) {
70
return
71
72
// Ignore cross origin links
73
- if ( location.protocol !== link.protocol || location.host !== link.host )
+ if ( location.protocol !== link.protocol || location.hostname !== link.hostname )
74
75
76
// Ignore anchors on the same page
0 commit comments