correction reco

This commit is contained in:
2019-06-13 12:45:06 +02:00
parent 9978c8eb8a
commit c8d8afe68a
5 changed files with 18 additions and 18 deletions

View File

@@ -125,6 +125,7 @@ function addclass() {
$reco_click.on('click', function() {
$reco_txt.toggleClass('open');
$(this).toggleClass('open');
$('html, body').animate({scrollTop:$('#reco').position().top}, 'slow');
})
var $out = $('.opt-out .txt');