Skip to content

Commit

Permalink
work on plain apt listing pages too
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Aug 21, 2011
1 parent 671ce60 commit 6764c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apthunter.js
Expand Up @@ -150,8 +150,8 @@ if (document.location.pathname.match(/apa\/\d+\.html$/)) {

}

// on apartment search result pages
if (document.location.pathname.match(/search\/apa\//)) {
// on apartment search result or listing pages
if (document.location.pathname.match(/(search\/apa\/|\/apa\/$)/)) {

// find results
var results = $('h4.ban ~ p')
Expand Down

0 comments on commit 6764c5f

Please sign in to comment.