|
|
@ -22,12 +22,13 @@ |
|
|
|
'slide-out' : 'slide-in', |
|
|
|
'slide-out' : 'slide-in', |
|
|
|
'fade' : 'fade' |
|
|
|
'fade' : 'fade' |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
var bars = { |
|
|
|
var bars = { |
|
|
|
bartab : '.bar-tab', |
|
|
|
bartab : '.bar-tab', |
|
|
|
bartitle : '.bar-title', |
|
|
|
bartitle : '.bar-title', |
|
|
|
barfooter : '.bar-footer', |
|
|
|
barfooter : '.bar-footer', |
|
|
|
barheadersecondary : '.bar-header-secondary' |
|
|
|
barheadersecondary : '.bar-header-secondary' |
|
|
|
} |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
var cacheReplace = function (data, updates) { |
|
|
|
var cacheReplace = function (data, updates) { |
|
|
|
PUSH.id = data.id; |
|
|
|
PUSH.id = data.id; |
|
|
@ -414,4 +415,4 @@ |
|
|
|
window.addEventListener('click', function (e) { if (getTarget(e)) e.preventDefault(); }); |
|
|
|
window.addEventListener('click', function (e) { if (getTarget(e)) e.preventDefault(); }); |
|
|
|
window.addEventListener('popstate', popstate); |
|
|
|
window.addEventListener('popstate', popstate); |
|
|
|
|
|
|
|
|
|
|
|
}(); |
|
|
|
}(); |
|
|
|