Ajax error causes app to become unresponsive
When an ajax error occurs, the boolean isPageTransitioning does not get reset to false. So after the error occurs, jqm still thinks its in the process of page transitioning. Because of that, links stop working.
Adding the following code seems to fix the problem...