diff --git a/js/radar.js b/js/radar.js index c08cb6b..109ef41 100644 --- a/js/radar.js +++ b/js/radar.js @@ -1449,6 +1449,8 @@ showToast('🎉 Thank you for your contribution! You are now a Verified Supporter.'); }, 500); window.history.replaceState({}, document.title, window.location.pathname); + } else if (urlParams.get('modal') === 'support' || window.location.hash === '#support') { + setTimeout(openSupportModal, 300); } }