Skip to content

Commit

Permalink
fix(pter): message count
Browse files Browse the repository at this point in the history
  • Loading branch information
fzlins committed Jul 1, 2023
1 parent c38411d commit 405121a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/schemas/NexusPHP/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"filters": ["query.length>0"]
},
"messageCount": {
"selector": ["td[style*='background: red'] a[href*='messages.php']", "td.outer a[href*='messages.php']"],
"selector": ["td[style*='background: red'] a[href*='messages.php']", "div[style*='background: red'] a[href*='messages.php']"],
"filters": ["query.text().match(/(\\d+)/)", "(query && query.length>=2)?parseInt(query[1]):0"]
}
}
Expand Down

0 comments on commit 405121a

Please sign in to comment.