njum update

This commit is contained in:
2021-06-25 18:04:49 +00:00
parent 37d34c2bab
commit b48a45c16a
10 changed files with 202 additions and 21 deletions

View File

@@ -1330,6 +1330,7 @@ function Copy() {
}
/* Floating Video */
if (typeof video !== 'undefined') {
var $window = $(window);
var $videoWrap = $('.video-wrap');
var $video = $('.video');
@@ -1359,6 +1360,7 @@ $window.on('scroll', function() {
$video.removeClass('stuck');
}
});
};
function bottomArrow() {
window.scrollTo(0,document.body.scrollHeight);
}