// source --> https://cause.camp/wp-content/plugins/stop-user-enumeration/frontend/js/frontend.js?ver=1.7.7 
/*
Remove numbers from comment author
*/

document.addEventListener('DOMContentLoaded', function (event) {
    var commentForm = document.getElementById("commentform");
    if (null === commentForm) {
        return;
    }
    var author = commentForm.querySelector("#author");
    if (null === author) {
        return;
    }
    author.addEventListener(
        'blur',
        function () {
            this.value = this.value.replace(/\d+/g, '');
        },
        false
    );
});
// source --> //cf.journity.com/collector/cause.camp.js?ver=7.0 
!function(t,e,n,_,i,o){if(!t._jt_){o=o||"snowplow",t.GSN=t.GSN||[],t.GSN.push(o),t[o]=function(){t[o].q=t[o].q||[],t[o].q.push(arguments)},t[o].q=t[o].q||[],t.JTNS=t.JTNS||[],t.JTNS.push("_jt_"),t.JTNS.push(o),t._jt_=function(){t._jt_.q=t._jt_.q||[],t._jt_.q.push(arguments)},t._jt_.q=t._jt_.q||[],t.mm=t._jt_;var s=e.createElement("script"),c=e.getElementsByTagName("script")[0];s.async=1,s.src="//p.journity.com/collector.min.js",c.parentNode.insertBefore(s,c)}}(window,document);
window._jt_('create', {
  appid: 'cause.camp',
  server: 's1.journity.com',
  rules: []
 });
window._jt_('pageview');
// source --> //cf.journity.com/personalizer/cause.camp.min.js?ver=7.0 
var jt_script = document.createElement("script")
jt_script.setAttribute("id", "journity-personalizer")
jt_script.setAttribute("async", true)
jt_script.setAttribute("src", "//p.journity.com/personalize.min.js")
jt_script.setAttribute("data-ssl", "true")
jt_script.setAttribute("data-env", "prod")
jt_script.setAttribute("data-app_id", "cause.camp")
document.head.appendChild(jt_script);