Button to welcome page on disconnect instead of forcing it
This commit is contained in:
@ -204,10 +204,11 @@
|
||||
</button>
|
||||
</div>
|
||||
<div class="modal-body" id="disconnectionModalDescription">
|
||||
Connection was lost with the server you were connected to. Moved back to welcome screen.
|
||||
Connection was lost with the server you were connected to, probably caused by a server stop.
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary" data-dismiss="modal" id="disconnectionModalCloseButton">Close</button>
|
||||
<button type="button" class="btn btn-primary" data-dismiss="modal" id="disconnectionModalCloseButton">Close</button>
|
||||
<button type="button" class="btn btn-secondary" data-dismiss="modal" id="disconnectionModalWelcomeScreenButton">Welcome screen</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user