diff --git a/resources/public/js/frontend.js b/resources/public/js/frontend.js index 72c3f26..441c49c 100644 --- a/resources/public/js/frontend.js +++ b/resources/public/js/frontend.js @@ -19,7 +19,7 @@ document.addEventListener('DOMContentLoaded', function() { const btn = event.target const countdown = btn.getAttribute('data-countdown') - if(countdown != 0) { + if(countdown != 1) { event.preventDefault() btn.classList.add('__on-countdown')