diff --git a/assets/app.js b/assets/app.js index 4d91be4..e73e71b 100644 --- a/assets/app.js +++ b/assets/app.js @@ -18,11 +18,3 @@ var observer = new MutationObserver(function(mutations) { }); observer.observe(document, {attributes: false, childList: true, characterData: false, subtree:true}); - -const ptr = PullToRefresh.init({ - mainElement: 'body', - onRefresh() { - window.location.reload(); - } -}); -