|
|
@ -119,12 +119,12 @@
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
this.$('#header').removeClass('active');
|
|
|
|
this.$('#header').addClass('inactive');
|
|
|
|
this.$('.conversation-stack').removeClass('inactive');
|
|
|
|
this.$('.conversation-stack').removeClass('inactive');
|
|
|
|
},
|
|
|
|
},
|
|
|
|
focusHeader: function() {
|
|
|
|
focusHeader: function() {
|
|
|
|
this.$('.conversation-stack').addClass('inactive');
|
|
|
|
this.$('.conversation-stack').addClass('inactive');
|
|
|
|
this.$('#header').addClass('active');
|
|
|
|
this.$('#header').removeClass('inactive');
|
|
|
|
},
|
|
|
|
},
|
|
|
|
reloadBackgroundPage: function() {
|
|
|
|
reloadBackgroundPage: function() {
|
|
|
|
chrome.runtime.reload();
|
|
|
|
chrome.runtime.reload();
|
|
|
|