Add ignore pattern for 404 page

This commit is contained in:
Ephemera 2014-05-15 14:02:55 +09:00
parent 4f676a6cb9
commit 1b1331c698
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