From 5f0199fc899b8b7272ff4391862557bbc4d30b70 Mon Sep 17 00:00:00 2001 From: zhegal Date: Mon, 12 Feb 2018 15:41:45 +0200 Subject: [PATCH] script click active --- frontend/web/js/script.js | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) 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