mirror of
https://github.com/friendica/friendica
synced 2024-11-18 06:23:41 +00:00
[vier] Fix accordion logic in templates/settings/profile/index
This commit is contained in:
parent
e53e471b6b
commit
eb09bdfc96
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
//$('.toggle-section-content + .toggle-section-content').hide();
|
//$('.toggle-section-content + .toggle-section-content').hide();
|
||||||
$('.js-section-toggler').click(function () {
|
$('.js-section-toggler').click(function () {
|
||||||
$('.toggle-section-content').hide();
|
$('.toggle-section-content').hide();
|
||||||
$(this).next('.toggle-section-content').toggle();
|
$(this).parents('.toggle-section').find('.toggle-section-content').toggle();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue