Commit c30e48e8 authored by Nikolay Gromov's avatar Nikolay Gromov

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

parent e96790ce
...@@ -11,8 +11,7 @@ $( document ).ready(function() { ...@@ -11,8 +11,7 @@ $( document ).ready(function() {
clearTimeout(t0); clearTimeout(t0);
t0 = setTimeout(function () { t0 = setTimeout(function () {
showScrollTopButton(); showScrollTopButton();
console.log('scroll'); }, 100);
}, 50);
}); });
showScrollTopButton(); 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