Skip to content

Commit

Permalink
fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonavigo committed Oct 3, 2023
1 parent 8a123d9 commit a614e21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ const FUXICADOR = {
},
userBanned() {
document.querySelector("#home_loading_verification").style.display = 'none';
document.querySelector("#home_ban").style.display = 'block';
document.querySelector("#home_erro").style.display = 'flex';
document.querySelector("#home_ban").style.display = 'flex';
document.querySelector("#home_erro").style.display = 'none';
},
emojis(string) {
string = string.replaceAll("†", '<span class="ubuntu">†</span>');
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ <h5 class="texto-titulo-caixa">Quartos (<span id="num_quartos">?</span>)</h5>
</div>
</div>
</div>
<div class="row d-flex justify-content-center" id="home_loading_verification" style="display:none;">
<div class="row justify-content-center" id="home_loading_verification" style="display:none;">
<div class="col-sm-4 box-body">
<div class="box-mensagem-titulo">
<h5 class="text-center">Home não encontrada!</h5>
Expand Down

0 comments on commit a614e21

Please sign in to comment.