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.
1 parent ae7964d commit 733e8a2Copy full SHA for 733e8a2
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