diff options
Diffstat (limited to 'static/contact-script.js')
-rw-r--r-- | static/contact-script.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/static/contact-script.js b/static/contact-script.js index 7f40271..d63b12d 100644 --- a/static/contact-script.js +++ b/static/contact-script.js @@ -303,14 +303,6 @@ document.getElementById('scheduleDemoBtn').addEventListener('click', () => { }, 1000); }); -// Social media link handlers -document.querySelectorAll('.social-icon').forEach(icon => { - icon.addEventListener('click', (e) => { - e.preventDefault(); - const platform = icon.getAttribute('aria-label'); - showToast(`Opening ${platform}...`, 'success'); - }); -}); // Navbar background on scroll window.addEventListener('scroll', () => { |