Skip to content

Commit ddfed06

Browse files
committed
reminders
1 parent 4b694e5 commit ddfed06

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

services/static-webserver/client/source/class/osparc/store/ConversationsSupport.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ qx.Class.define("osparc.store.ConversationsSupport", {
7171
};
7272
return osparc.data.Resources.fetch("conversationsSupport", "addConversation", params)
7373
.then(data => {
74-
// OM: todo PATCH the extra content
74+
// OM PATCH the extra content
7575
// extraContext["conversationLink"] = `${url}#/conversation/${data["conversationId"]}`;
7676
return data;
7777
})

services/static-webserver/client/source/class/osparc/store/Products.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ qx.Class.define("osparc.store.Products", {
127127
},
128128

129129
getSupportGroupId: function() {
130+
// OM change this
130131
return 23;
131132
},
132133

services/static-webserver/client/source/class/osparc/support/SupportCenter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ qx.Class.define("osparc.support.SupportCenter", {
3737

3838
this.getChildControl("conversations-intro-text");
3939
this.getChildControl("conversations-list");
40+
// OM uncomment this
4041
// if (!osparc.store.Products.getInstance().amIASupportUser()) {
4142
this.getChildControl("ask-a-question-button")
4243
// }

services/static-webserver/client/source/class/osparc/ui/window/Window.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ qx.Class.define("osparc.ui.window.Window", {
3737
if (modalFrame) {
3838
modalFrame.addEventListener("click", () => {
3939
if (
40-
// this.isModal() && // OM?
4140
this.isClickAwayClose() &&
4241
parseInt(modalFrame.style.zIndex) === parseInt(thisDom.style.zIndex) - 1
4342
) {

0 commit comments

Comments
 (0)