Strange anchor /#.UMWvQ7bG-bI behind URL's

Permalink
Hi!

I've made a concrete5 webshop (stil in development) it works great except one odd thing. When i click on a link in de auto-nav all the links get a anchor like "/#.UMWvQ7bG-bI" behind the URL.
I hope someone can tell me what generates this and maybe how to disable it.

URL:http://www.hometrainer.nl/nieuw/...
user: user1
pass: user1

example link:http://www.hometrainer.nl/nieuw/index.php/hometrainers/#.UMWwurbG-b...

Much appreciated,

Raymond

alphaplus
 
adajad replied on at Permalink Reply
adajad
I don't have eCommerce installed but my best guess is that the anchor is used to track your shopping cart (and it changes on each session).
alphaplus replied on at Permalink Reply
alphaplus
Maybe you're right! Thanks, i'm gonna try to disable is.
alphaplus replied on at Permalink Reply
alphaplus
I couldn't find anything that refers from eCommerce to tracking. So I opened the file root/concrete/elements/footer_required.php abd deleted the following line:

if (empty($disableTrackingCode) && (empty($_trackingCodePosition) || $_trackingCodePosition === 'bottom')) {
   echo Config::get('SITE_TRACKING_CODE');
}


After deleting, the odd anchor in my URL still appears, really odd.
Got some other good hints? :).

Thanks in advance