Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Revert: "Init: Improve compatibility of rendering fallback."
Browse files Browse the repository at this point in the history
This shouldn't have been pushed to master yet. Testing on Symbian devices first to see if it solves issues.
  • Loading branch information
jaspermdegroot committed Nov 21, 2012
1 parent 8bb0674 commit befe3f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions js/jquery.mobile.init.js
Expand Up @@ -38,9 +38,7 @@ define( [ "jquery", "./jquery.mobile.core", "./jquery.mobile.support", "./jquery

// This is a fallback. If anything goes wrong (JS errors, etc), or events don't fire,
// this ensures the rendering class is removed after 5 seconds, so content is visible and accessible
setTimeout( function() {
hideRenderingClass();
}, 5000 );
setTimeout( hideRenderingClass, 5000 );

$.extend( $.mobile, {
// find and enhance the pages in the dom and transition to the first page.
Expand Down

0 comments on commit befe3f8

Please sign in to comment.