Skip to content

Commit

Permalink
fix 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonavigo committed Oct 3, 2023
1 parent a614e21 commit dd90d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const FUXICADOR = {
var error = function error() {
document.querySelector("#home_pesquisa").setAttribute('style', 'display:none !important;');
document.querySelector("#home_resultado").style.display = 'block';
document.querySelector("#home_loading_verification").style.display = 'block';
document.querySelector("#home_loading_verification").style.display = 'flex';
document.querySelector("#ban_check").setAttribute('src', 'http://www.habbo'+hotel+'/habbo-imaging/avatarimage?user='+nick+'&action=std&direction=2&head_direction=2&gesture=std&size=b)');
document.querySelector("#ban_check").setAttribute('onerror', 'FUXICADOR.userNotFound()');
document.querySelector("#ban_check").setAttribute('onload', 'FUXICADOR.userBanned()');
Expand Down

0 comments on commit dd90d53

Please sign in to comment.