mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-28 19:50:27 +00:00
var wasnt being set globally. fixed now
This commit is contained in:
parent
d013b660d6
commit
bb56e1ea02
1 changed files with 3 additions and 2 deletions
|
|
@ -54,8 +54,9 @@
|
|||
//send a link through hash tracking
|
||||
$.fn.ajaxClick = function(){
|
||||
var href = $(this).attr( "href" ),
|
||||
transitionAttr = $(this).attr('data-transition'),
|
||||
nextPageRole = $(this).attr('data-rel');
|
||||
transitionAttr = $(this).attr('data-transition');
|
||||
|
||||
nextPageRole = $(this).attr('data-rel');
|
||||
|
||||
if(transitionAttr){
|
||||
currentTransition = transitionAttr;
|
||||
|
|
|
|||
Loading…
Reference in a new issue