mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
debug: no debug
This commit is contained in:
parent
71084a5fe7
commit
0a0218118b
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ const fadeDuration = 500;
|
|||
const fadeDelay = 0;
|
||||
|
||||
$(document).on('scroll DOMContentLoaded', () => {
|
||||
console.log('ready or scroll')
|
||||
$('.scroll-fade').each((i, elem) => {
|
||||
const offset = $(elem).attr('data-fade-offset') || fadeOffset;
|
||||
const duration = $(elem).attr('data-fade-duration') || fadeDuration;
|
||||
|
|
Loading…
Add table
Reference in a new issue