W;i{ZI;i*ʙAccept-Encoding,User-Agent5т KEY: https://www.pilequinhorestaurante.com.br/wp-content/themes/brasserie/js/smoothscroll.js?ver=a1eef2463f05513e52e3c7e80fab03ec HTTP/1.1 200 OK Date: Thu, 11 Dec 2025 22:46:13 GMT Server: Apache Last-Modified: Fri, 20 Apr 2018 13:22:03 GMT Accept-Ranges: bytes Content-Length: 316 Vary: Accept-Encoding,User-Agent Connection: close Content-Type: application/javascript jQuery(document).ready(function($){ $(window).scroll(function(){ if ($(this).scrollTop() < 200) { $('#smoothup') .fadeOut(); } else { $('#smoothup') .fadeIn(); } }); $('#smoothup').on('click', function(){ $('html, body').animate({scrollTop:0}, 'fast'); return false; }); });