aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nomadlist/webview.js
blob: f737e2e93e94e20067c2ea93038d1b8fb9c3f451 (plain) (blame)
1
2
3
4
5
6
7
module.exports = (Ferdium) => {
  const getMessages = () => {
    Ferdium.setBadge($('.unread').length);
  };

  Ferdium.loop(getMessages);
};