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

Commit

Permalink
Merge e2beda9 into d04308f
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonali-Goyal committed Mar 3, 2016
2 parents d04308f + e2beda9 commit 2a1f566
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions js/init.js
Expand Up @@ -158,12 +158,6 @@ define([
$.mobile.initializePage();
}

// window load event
// hide iOS browser chrome on load if hideUrlBar is true this is as fall back incase we were too early before
if ( $.mobile.hideUrlBar ) {
$window.load( $.mobile.silentScroll );
}

if ( !$.support.cssPointerEvents ) {
// IE and Opera don't support CSS pointer-events: none that we use to disable link-based buttons
// by adding the 'ui-disabled' class to them. Using a JavaScript workaround for those browser.
Expand Down

0 comments on commit 2a1f566

Please sign in to comment.