preilly has submitted this change and it was merged. Change subject: revert to non-javascript mode on really slow connections ......................................................................
revert to non-javascript mode on really slow connections if the page is taking longer than 7s for the DOM to load something has gone wrong (maybe partial page load) - in these situations remove the classes added and never run the initialisation function - just let the user read the content they have downloaded Change-Id: Id8955ad11e051258f5fb9cde78d4d19674aca4e7 --- M javascripts/common/main.js 1 file changed, 9 insertions(+), 0 deletions(-) Approvals: preilly: Verified; Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/29428 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id8955ad11e051258f5fb9cde78d4d19674aca4e7 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/MobileFrontend Gerrit-Branch: master Gerrit-Owner: Jdlrobson <[email protected]> Gerrit-Reviewer: Jdlrobson <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-Reviewer: preilly <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
