Compare commits
1 Commits
dev-notifi
...
v0.30.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e1adc576c |
@@ -18,11 +18,3 @@ var observer = new MutationObserver(function(mutations) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
observer.observe(document, {attributes: false, childList: true, characterData: false, subtree:true});
|
observer.observe(document, {attributes: false, childList: true, characterData: false, subtree:true});
|
||||||
|
|
||||||
const ptr = PullToRefresh.init({
|
|
||||||
mainElement: 'body',
|
|
||||||
onRefresh() {
|
|
||||||
window.location.reload();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user