stevegardner
Results
1
comments of
stevegardner
changing the line (99) ... if ($.mobile.activePage.data("iscroll") == "enable") { to... if (($.mobile.activePage) && ($.mobile.activePage.data("iscroll") == "enable")) { seems to solve the problem