Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Turn http(s)://scheme.tel/ (.sms/, .mailto/) links into tel: (sms:, mailto:) links for Kartra buttons.
- E.g. https://scheme.tel/13125551212, https://scheme.sms/13125551212,
- https://scheme.mailto/[email protected]?subject=Message+subject
- Place script in FOOTER tracking section or membership custom code block.
- -->
- <script>
- if (location.pathname.indexOf('/membership/edit/')) $('a[href*="//scheme."]').each(function () { this.href = this.href.replace(/https?:\/\/scheme.(\w+)\//i, '$1:'); });
- if (window.jsVars && jsVars.portal_path) document.currentScript.parentElement.parentElement.style.display = 'none'; // Hide in memberships
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement