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