Skip to content

Commit

Permalink
Force fresh reload
Browse files Browse the repository at this point in the history
  • Loading branch information
femto-code committed Jul 10, 2023
1 parent 21afb32 commit c3b9674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ function loginToServer(){
setTimeout(() => {
$(".row").removeClass("hidden");
$("#ldiv").removeClass("hidden");
$("#lock_section").html("<i class='bi bi-unlock' style='width: 100px;height:100px;color:#aaa'></i><br><font class='text-success'>You are authorized!<br><a href='javascript:location.reload()'>Reload</a> the page to load the full page content.</font>");
$("#lock_section").html("<i class='bi bi-unlock' style='width: 100px;height:100px;color:#aaa'></i><br><font class='text-success'>You are authorized!<br><a href='javascript:location.reload(true)'>Reload</a> the page to load the full page content.</font>");
$('#staticBackdrop').modal('hide');
}, 1000);
}else{
Expand Down

0 comments on commit c3b9674

Please sign in to comment.