Remove unused variable
This commit is contained in:
parent
67d1e40013
commit
330942b111
1 changed files with 0 additions and 1 deletions
|
@ -565,7 +565,6 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
|
||||||
};
|
};
|
||||||
|
|
||||||
$rootScope.updateTitle = function() {
|
$rootScope.updateTitle = function() {
|
||||||
var unreadFragment = '';
|
|
||||||
var notifications = $rootScope.unreadCount('notification');
|
var notifications = $rootScope.unreadCount('notification');
|
||||||
if (notifications > 0) {
|
if (notifications > 0) {
|
||||||
// New notifications deserve an exclamation mark
|
// New notifications deserve an exclamation mark
|
||||||
|
|
Loading…
Reference in a new issue