File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/resources/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ <h6 class="dropdown-header">New Alerts:</h6>
187
187
</ a >
188
188
<!-- Logout Modal-->
189
189
< div class ="modal fade " id ="exampleModal " tabindex ="-1 " role ="dialog " aria-labelledby ="exampleModalLabel " aria-hidden ="true ">
190
- < div class ="modal-dialog " role ="document ">
190
+ < div id =" logoutModalDialogWindow " class ="modal-dialog " role ="document ">
191
191
< div class ="modal-content ">
192
192
< div class ="modal-header ">
193
193
< h5 class ="modal-title " id ="exampleModalLabel "> Ready to Leave?</ h5 >
@@ -198,7 +198,7 @@ <h5 class="modal-title" id="exampleModalLabel">Ready to Leave?</h5>
198
198
< div class ="modal-body "> Select "Logout" below if you are ready to end your current session.</ div >
199
199
< div class ="modal-footer ">
200
200
< button class ="btn btn-secondary " type ="button " data-dismiss ="modal "> Cancel</ button >
201
- < a id ="logoutLoginBtn " class ="btn btn-primary " href ="# "> Logout</ a >
201
+ < a id ="logoutLoginBtn " class ="btn btn-primary " data-dismiss =" modal " href ="login.html "> Logout</ a >
202
202
</ div >
203
203
</ div >
204
204
</ div >
You can’t perform that action at this time.
0 commit comments