Merge pull request #52 from Ephemera/404

Add ignore pattern for 404 page
This commit is contained in:
Buu Nguyen 2014-05-14 22:19:20 -07:00
commit 540858c5fc
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@
}
function getRepoFromPath() {
if (!!$('#parallax_wrapper').length) return false
var match = location.pathname.match(REGEXP)
if (!match) return false