Hi folks, I love X Theme and appreciate when we get new features but it is kind of frustrating when different APIs are changing and are not documented.
I am running into a problem with one of my sites (that used to work) using anchor links that have the #ID in them.
<a href='#section_name'>Go To the Section</a>
<div id='section_name'>Should link to this section but it does not</div>
When looking at the debug console I see there is an event listener that has some code related to the href containing # which seems like it might be the culprit:
b.on("touchend click",n,function(t){var e,n=this,i=r()(this),o=i.attr("href"),a="#".concat(o.split("#").pop());if(!w&&"#"!==a&&g(this,t,a)){try{if(0===(e=r()(a)).length)return}catch(t){return}t.preventDefault(),window.history.pushState&&(window.history.pushState(null,null,a),window.dispatchEvent(new CustomEvent("tcoHistoryPush")))
Of course, I do not want to edit the cornerstone files as that would break when the plugin is updated next.
I have version 7.0.4 of X Theme and 4.0.4 of Cornerstone.
Thanks!

