Skip to content

Commit dd94a96

Browse files
committed
ups
1 parent a5382cf commit dd94a96

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

services/static-webserver/client/source/class/osparc/jobs/JobsButton.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ qx.Class.define("osparc.jobs.JobsButton", {
109109
},
110110

111111
__updateJobsButton: function(isActive) {
112-
isActive = true;
113112
this.getChildControl("icon");
114113
[
115114
this.getChildControl("is-active-icon-outline"),

services/static-webserver/client/source/class/osparc/notification/NotificationsButton.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ qx.Class.define("osparc.notification.NotificationsButton", {
101101
notifications.forEach(notification => notification.addListener("changeRead", () => this.__updateButton(), this));
102102

103103
let nUnreadNotifications = notifications.filter(notification => notification.getRead() === false).length;
104-
nUnreadNotifications = 5;
105104
[
106105
this.getChildControl("is-active-icon-outline"),
107106
this.getChildControl("is-active-icon"),

0 commit comments

Comments
 (0)