Button to welcome page on disconnect instead of forcing it
This commit is contained in:
@ -182,6 +182,13 @@ $("#navbarHomeLink").click(function() {
|
||||
backToHomepage();
|
||||
});
|
||||
|
||||
/**
|
||||
* On DisconnectedModal, back to welcome screen clicked
|
||||
*/
|
||||
$("#disconnectionModalWelcomeScreenButton").click(function() {
|
||||
backToHomepage();
|
||||
});
|
||||
|
||||
/**
|
||||
* On Settings link clicked
|
||||
*/
|
||||
|
Reference in New Issue
Block a user