This commit is contained in:
2019-06-05 12:00:17 +02:00
parent 349fcb118f
commit ba413d778d
6 changed files with 134 additions and 7 deletions

View File

@@ -129,6 +129,11 @@ function addclass() {
$(this).toggleClass('open');
})
var $out = $('.opt-out .txt');
$out.on('click', function() {
$(this).parent('.opt-out').toggleClass('open');
})
}
function mapsalles() {