Skip to content

Commit 9b5e402

Browse files
author
scottjehl
committed
merging
1 parent 49c8921 commit 9b5e402

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

js/jquery.mobile.navigation.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,17 +1141,15 @@
11411141
$.mobile.changePage( href, { transition: transition, reverse: reverse, role: role } );
11421142
event.preventDefault();
11431143
});
1144-
1145-
<<<<<<< HEAD
1146-
1144+
11471145
// Popstate is disabled until after window onload
11481146
// This is to avoid the initial popstate call that occurs in Chrome at load
11491147
$window.bind( "load", function(){
11501148
setTimeout(function(){
11511149
urlHistory.ignoreNextPopState = false;
11521150
}, 0 );
11531151
});
1154-
=======
1152+
11551153
//prefetch pages when anchors with data-prefetch are encountered
11561154
$( ".ui-page" ).live( "pageshow.prefetch", function(){
11571155
var urls = [];
@@ -1163,7 +1161,6 @@
11631161
}
11641162
});
11651163
} );
1166-
>>>>>>> f70a9475527592694356c923d158c29c65e3124c
11671164

11681165
//hashchange and popstate event handler
11691166
$window.bind( "hashchange popstate", function( e, triggered ) {

0 commit comments

Comments
 (0)