Est unusquisque faber ipsae suae fortunae
Est unusquisque faber ipsae suae fortunae
If you are having problems with google chrome and the infamous history.go() function look no further.
This will not work:
<a onclick="history.go(-1)" href="#">test</a>
This does:
<a href="javascript:history.go(-1)">test</a>
I hate losing time to quirky crap like that since they have been building these things for close to two decades now. Hope I can save someone else time lost.