We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5409d5 commit 706759fCopy full SHA for 706759f
_site/CNAME
@@ -1 +1 @@
1
-coderockr.com
+coderockr.com
_site/public/scripts/script.js
@@ -16,6 +16,7 @@ $(document).ready(function() {
16
17
$(".mobile nav#menu a").click(function(){
18
$("#openmenu").attr("checked",false);
19
+ $("html, body").animate({scrollTop: 0}, 1000);
20
});
21
22
$("#projetos > nav a").not("#projetos > nav.pages a").click(function(){
public/scripts/script.js
0 commit comments