Merge pull request #52 from Ephemera/404
Add ignore pattern for 404 page
This commit is contained in:
commit
540858c5fc
|
@ -74,6 +74,7 @@
|
|||
}
|
||||
|
||||
function getRepoFromPath() {
|
||||
if (!!$('#parallax_wrapper').length) return false
|
||||
var match = location.pathname.match(REGEXP)
|
||||
if (!match) return false
|
||||
|
||||
|
|
Loading…
Reference in New Issue