feat(support): add deep linking #support to open developer support modal automatically
This commit is contained in:
@@ -1449,6 +1449,8 @@
|
|||||||
showToast('🎉 Thank you for your contribution! You are now a Verified Supporter.');
|
showToast('🎉 Thank you for your contribution! You are now a Verified Supporter.');
|
||||||
}, 500);
|
}, 500);
|
||||||
window.history.replaceState({}, document.title, window.location.pathname);
|
window.history.replaceState({}, document.title, window.location.pathname);
|
||||||
|
} else if (urlParams.get('modal') === 'support' || window.location.hash === '#support') {
|
||||||
|
setTimeout(openSupportModal, 300);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user