êJòi{éÙZÚ<òi³«‰JÒÎAccept-Encoding,User-AgentU¹³ÊõÁ?4I@Lj‚\ KEY: http://www.pilequinhorestaurante.com.br/wp-content/themes/brasserie/js/smoothscroll.js?ver=f2eb6da2ad98c74781c95c1e8bff43f1 HTTP/1.1 200 OK Date: Wed, 29 Apr 2026 17:16:10 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; }); });