Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Oct 13, 2023
1 parent 4cbe82a commit 07175ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 2023/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,10 @@ const user_data = (req_username, first_open) => {

user_miners = data.miners;
create_miners(user_miners);

if (data.notices.includes(1)) {
$(".invalid_miner_keys").fadeIn();
}
})
}
let loggedIn = true;
Expand Down

0 comments on commit 07175ac

Please sign in to comment.