Skip to content

Commit

Permalink
Slide in/out extra options
Browse files Browse the repository at this point in the history
  • Loading branch information
rullzer committed Aug 9, 2016
1 parent ffa18cc commit d538a41
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion js/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ $(function() {
break;
}
el.html(t('user_saml', text));
nextSibling.toggleClass('hidden');

if (nextSibling.is(":visible")) {
nextSibling.slideUp();
} else {
nextSibling.slideDown();
}
});
});

0 comments on commit d538a41

Please sign in to comment.