Commit c30e48e8 authored by Nikolay Gromov's avatar Nikolay Gromov

Исправление для кнопки прокрутки вверх

parent e96790ce
......@@ -11,8 +11,7 @@ $( document ).ready(function() {
clearTimeout(t0);
t0 = setTimeout(function () {
showScrollTopButton();
console.log('scroll');
}, 50);
}, 100);
});
showScrollTopButton();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment