Get way less cute with pull-to-refresh (#866)
This commit is contained in:
parent
f269c0887d
commit
e64782572e
1 changed files with 1 additions and 4 deletions
|
|
@ -643,10 +643,7 @@ var instantClick
|
|||
mainElement: 'body',
|
||||
passive: true,
|
||||
onRefresh: function(){
|
||||
$fetchedBodies = {}
|
||||
var url = window.location.href
|
||||
preload(url)
|
||||
display(url)
|
||||
window.location.reload()
|
||||
}
|
||||
});
|
||||
clearInterval(waitingOnPTR)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue