Skip to content

Commit

Permalink
update public/cdn/js/functions.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianjnuwu committed Aug 13, 2024
1 parent 0620534 commit 9c56740
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions public/cdn/js/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,8 +382,7 @@ async function $validate(form, btn, bot) {

};

$(() => {


$('cookie .close').on('click', () => {
$('#overlay').css('display', 'none');
$("#cookie").css('animation', 'slideInEnd 1s ease forwards');
Expand Down Expand Up @@ -528,5 +527,4 @@ $(".ip-copy-section button").on('click', function() {
$(this).prop('disabled', false)
}, 5000);
});

});

0 comments on commit 9c56740

Please sign in to comment.