Button to welcome page on disconnect instead of forcing it

This commit is contained in:
Carlos
2020-02-03 01:04:35 +01:00
parent 5c833246d8
commit 6af86a45e8
4 changed files with 20 additions and 8 deletions

View File

@ -182,6 +182,13 @@ $("#navbarHomeLink").click(function() {
backToHomepage();
});
/**
* On DisconnectedModal, back to welcome screen clicked
*/
$("#disconnectionModalWelcomeScreenButton").click(function() {
backToHomepage();
});
/**
* On Settings link clicked
*/