diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index a91de16..90b39d0 100644 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js @@ -104,5 +104,12 @@ $( } ); } + $(".active a") + .on( + 'click', function(){ + $("#back-to-top").click(); + return false; + } + ); } ); \ No newline at end of file -- libgit2 0.21.4