Skip to content

Commit bb5e9c8

Browse files
committed
minor
1 parent 3c7dee7 commit bb5e9c8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

services/static-webserver/client/source/class/osparc/Application.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ qx.Class.define("osparc.Application", {
209209
},
210210

211211
__updateTabName: function() {
212-
let newName = "";
212+
let newName = document.title;
213213
const platformName = osparc.store.StaticInfo.getInstance().getPlatformName();
214214
if (osparc.utils.Utils.isInZ43()) {
215215
newName += " Z43";
@@ -220,8 +220,6 @@ qx.Class.define("osparc.Application", {
220220
osparc.utils.Utils.updateTabName(newName);
221221
},
222222

223-
224-
225223
__setDeviceSpecificIcons: function() {
226224
const isIOS = /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream;
227225
const isAndroid = /android/i.test(navigator.userAgent);

0 commit comments

Comments
 (0)