Skip to content

Commit 8780e8d

Browse files
committed
fixes tabs
1 parent 4538a06 commit 8780e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/data/model/IframeHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ qx.Class.define("osparc.data.model.IframeHandler", {
335335
fetch(srvUrl, {
336336
credentials: "include",
337337
headers: productName ? { "X-Simcore-Products-Name": productName } : {}
338-
})
338+
})
339339
.then(response => {
340340
if (osparc.utils.Utils.isDevelopmentPlatform()) {
341341
console.log("Connecting: fetch's response status", response.status);

0 commit comments

Comments
 (0)