fix
This commit is contained in:
parent
1b1af94153
commit
7a7ca10097
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ document.getElementsByTagName('body')[0].onscroll = () => {
|
|||
bottomBar.style.transform = "translateY(60px)";
|
||||
console.log('test 2')
|
||||
}
|
||||
else if ((window.innerHeight + currentScrollPos) >= (document.body.offsetHeight)) {
|
||||
else if (prevScrollpos < currentScrollPos && (window.innerHeight + currentScrollPos) >= (document.body.offsetHeight)) {
|
||||
bottomBar.style.transform = "translateY(60px)";
|
||||
console.log('test 3')
|
||||
}
|
||||
|
|
|
@ -332,7 +332,7 @@
|
|||
<script src="/assets/js/gif_modal.js?v=56"></script>
|
||||
<script src="/assets/js/emoji_modal.js?v=142"></script>
|
||||
|
||||
<script src="/assets/js/mobile_navigation_bar.js?v=94"></script>
|
||||
<script src="/assets/js/mobile_navigation_bar.js?v=95"></script>
|
||||
|
||||
{% if v %}
|
||||
<script>function formkey() {return '{{v.formkey}}';}</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue