Add webkit desktop notifications

Partially addresses Trac #31

(imported from commit f1f04b5c50bf9f33b69c90926fd67015cd2dc219)
This commit is contained in:
Jeff Arnold
2012-11-23 17:53:38 -05:00
parent a6ec875268
commit 4cb0c6225e
6 changed files with 126 additions and 0 deletions

View File

@@ -594,6 +594,7 @@ function get_updates(options) {
if (data.messages.length !== 0) {
add_messages(data.messages, true);
notifications.received_messages(data.messages);
}
if (data.zephyr_mirror_active === false) {