diff --git a/README.md b/README.md index f92a3e4..4223788 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ For detailed installation instructions, please refer to our [Deployment Guide](s ## Community & Support -- Join our [Telegram Community](https://t.me/ckxdev) for discussions and support +- Join our [Discord Community](https://discord.gg/24HtTEjA) for discussions and support - Feature requests and pull requests are welcome ## Adding New Labs diff --git a/app/public/index.html b/app/public/index.html index 47cbb3e..7f6b980 100644 --- a/app/public/index.html +++ b/app/public/index.html @@ -237,7 +237,7 @@ \ No newline at end of file diff --git a/app/public/js/feedback.js b/app/public/js/feedback.js index 1412a40..f2bbd01 100644 --- a/app/public/js/feedback.js +++ b/app/public/js/feedback.js @@ -17,7 +17,6 @@ const feedbackState = { document.addEventListener('DOMContentLoaded', function() { // DOM elements const feedbackModal = document.getElementById('feedbackModal'); - const skipFeedbackBtn = document.getElementById('skipFeedbackBtn'); const submitFeedbackBtn = document.getElementById('submitFeedbackBtn'); const testimonialConsent = document.getElementById('testimonialConsent'); const testimonialFields = document.getElementById('testimonialFields'); @@ -66,16 +65,6 @@ document.addEventListener('DOMContentLoaded', function() { feedbackState.socialHandle = this.value.trim(); }); - // Skip feedback handler - skipFeedbackBtn.addEventListener('click', function() { - // Set a timestamp for when to ask again (30 minutes from now) - const thirtyMinutesFromNow = new Date().getTime() + (30 * 60 * 1000); - localStorage.setItem('ckx_feedback_skip_until', thirtyMinutesFromNow); - - // Hide the modal - feedbackModal.style.display = 'none'; - }); - // Submit feedback handler submitFeedbackBtn.addEventListener('click', function() { // Validate that we have at least a rating diff --git a/app/public/results.html b/app/public/results.html index 492febf..42bbc16 100644 --- a/app/public/results.html +++ b/app/public/results.html @@ -159,7 +159,6 @@