Get way less cute with pull-to-refresh (#866)

This commit is contained in:
Ben Halpern 2018-10-08 20:08:11 -04:00 committed by GitHub
parent f269c0887d
commit e64782572e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)