Add favicon notifications on private messages
authorVlad Chernushevich <mailbox@happytodesign.com>
Tue, 25 Jun 2013 20:19:57 +0000 (22:19 +0200)
committerVlad Chernushevich <mailbox@happytodesign.com>
Tue, 25 Jun 2013 20:19:57 +0000 (22:19 +0200)
client/assets/src/views/panel.js

index a250d27372fab74959bcadcc5e36eb61e1002e8a..0ab799d48a310fd8c0ada59cd2693ae9f03af58c 100644 (file)
@@ -148,6 +148,9 @@ _kiwi.view.Panel = Backbone.View.extend({
 
         if (this.model.isQuery() && !this.model.isActive()) {
             _kiwi.app.view.alertWindow('* People are talking!');
+            if (!is_highlight) {
+                _kiwi.app.view.favicon.newHighlight();
+            }
             _kiwi.app.view.playSound('highlight');
         }