Skip to content

Commit

Permalink
forcing immediate reload
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 committed Apr 5, 2024
1 parent fcc75a4 commit b0effd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geppetto-client/js/communication/GEPPETTO.GlobalHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ function GlobalHandler (GEPPETTO) {
GEPPETTO.MessageSocket.socketStatus = GEPPETTO.Resources.SocketStatus.CLOSE;
GEPPETTO.trigger(GEPPETTO.Events.Hide_spinner);
GEPPETTO.trigger(GEPPETTO.Events.Websocket_disconnected);
window.location.reload();
};

GEPPETTO.GlobalHandler
Expand Down

0 comments on commit b0effd4

Please sign in to comment.