HowTo Record The Hash Part in URLS

Since this was removed and the option discardHashTag has been introduced the Hash Part of the url in my Installation is no more recorded.

How can i enable this again, as my site is full ajax and i want to see urls as different urls if they have hashes?

I tried this but it has no effect:

piwikTracker.discardHashTag(false);
piwikTracker.setDocumentTitle(piwikNameLog);
piwikTracker.trackPageView();

All my pages are like this: Domain Name Registration and Web Hosting | Domain.com, Domain Name Registration and Web Hosting | Domain.com etc.

But in Piwik it always shows as /index

Can someone point me in the right direction?
Shouldn’t piwikTracker.discardHashTag(false); enable hashs again?

Great Work btw. Piwik is simply top. Keep up the good work.
Greetings

It’s not a JavaScript issue.

Go to Actions | Pages, hover over the ‘/index’. What does the tooltip say?

It says/hovers nothing. Link is set to domain.com without any hashes.

Before Updateing Piwik i had mutltiple Pages named and tracked with piwikTracker.setDocumentTitle(piwikNameLog); in the pages listing
Now under pages there is only the index page and not the pages i track manualy with piwikTracker.setDocumentTitle(piwikNameLog);

In the Goal widget however i see those pages tracked with piwikTracker.setDocumentTitle(piwikNameLog);

I am facing the same issue can you please let me know in detail how you solved it?