We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7dee7 commit bb5e9c8Copy full SHA for bb5e9c8
services/static-webserver/client/source/class/osparc/Application.js
@@ -209,7 +209,7 @@ qx.Class.define("osparc.Application", {
209
},
210
211
__updateTabName: function() {
212
- let newName = "";
+ let newName = document.title;
213
const platformName = osparc.store.StaticInfo.getInstance().getPlatformName();
214
if (osparc.utils.Utils.isInZ43()) {
215
newName += " Z43";
@@ -220,8 +220,6 @@ qx.Class.define("osparc.Application", {
220
osparc.utils.Utils.updateTabName(newName);
221
222
223
-
224
225
__setDeviceSpecificIcons: function() {
226
const isIOS = /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream;
227
const isAndroid = /android/i.test(navigator.userAgent);
0 commit comments