issue#1 scroll to end
This commit is contained in:
parent
8f3ab431b8
commit
f89214f062
|
@ -72,6 +72,11 @@
|
|||
}
|
||||
});
|
||||
}
|
||||
|
||||
const rmatch = /\/p\/(\d+?)/;
|
||||
if(document.referrer.match(rmatch) && document.location.href.match(rmatch))
|
||||
if(document.location.href.match(rmatch) < document.referrer.match(rmatch))
|
||||
document.body.scrollTop = document.body.scrollHeight;
|
||||
// </scroller>
|
||||
|
||||
// <swipe>
|
||||
|
|
Loading…
Reference in New Issue
Block a user