Slide in/out extra options

This commit is contained in:
Roeland Jago Douma 2016-08-09 20:35:26 +02:00
parent ffa18cc7ca
commit d538a41238
No known key found for this signature in database
GPG key ID: 1E152838F164D13B

View file

@ -115,6 +115,11 @@ $(function() {
break;
}
el.html(t('user_saml', text));
nextSibling.toggleClass('hidden');
if (nextSibling.is(":visible")) {
nextSibling.slideUp();
} else {
nextSibling.slideDown();
}
});
});