Skip to content

Instantly share code, notes, and snippets.

@leedo
Created February 10, 2011 21:55
Show Gist options
  • Save leedo/821429 to your computer and use it in GitHub Desktop.
Save leedo/821429 to your computer and use it in GitHub Desktop.
if (window.fluid) {
window.fluid.showGrowlNotification({
title: subject,
description: message.body.unescapeHTML(),
priority: 1,
sticky: false,
identifier: message.msgid
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment