File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
services/static-webserver/client/source/class/osparc Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -173,10 +173,6 @@ qx.Class.define("osparc.Application", {
173173 } )
174174 . catch ( ( ) => this . __loadLoginPage ( ) ) ;
175175 }
176- if ( urlFragment . nav && urlFragment . nav . length > 1 ) {
177- const conversationId = urlFragment . nav [ 1 ] ;
178- this . __loadConversationPage ( conversationId ) ;
179- }
180176 break ;
181177 }
182178 case "registration" : {
@@ -526,7 +522,6 @@ qx.Class.define("osparc.Application", {
526522 const conversationId = loadAfterLogin [ "conversationId" ] ;
527523 const supportCenterWindow = osparc . support . SupportCenter . openWindow ( ) ;
528524 supportCenterWindow . openConversation ( conversationId ) ;
529- this . __loadConversationPage ( conversationId ) ;
530525 }
531526
532527 const loadViewerPage = ( ) => {
You can’t perform that action at this time.
0 commit comments