Hi, John!

Yes, it is done on purpose. We are working on better SEO for DC and this is part of the work. It is called by google as circular link - the link on the page which directs on itself. Google "doesn't like it". 

I got used to clicking on it too. So it is still clickable on other than home page, but doesn't work on home page.

Reload can work? Ctrl+R on Chrome?

Thanks, Dan! Cool stuff!

Never knew about .prepare() and .execute() and my +1 vote for .next() to introduce.

One more general question: is it a good practice to embrace everything in a method in try/catch?

Consider I have some method which interacts with UI and it has try/catch in it and it catches everything it calls. Let's name it UpperUIMethod. But should I introduce try/catch in every methods I'm calling from this UpperUIMethod? 

Sometimes I want to avoid it to give more sense to the logic itself.