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