Skip to content

Instantly share code, notes, and snippets.

@rschulman
Created July 17, 2014 16:57
Show Gist options
  • Save rschulman/37e5fb8e00aa32a3772b to your computer and use it in GitHub Desktop.
Save rschulman/37e5fb8e00aa32a3772b to your computer and use it in GitHub Desktop.
$(document).ready(function() {
var inbox = _.findWhere(Mailpile.instance.tags, {slug: 'inbox'})
var badge = inbox.stats.new;
var favicon = new Favico({animation:'popFade'});
favicon.badge(badge);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment