mirror of
https://github.com/humhub/humhub.git
synced 2025-07-12 11:36:20 +02:00
* Fix opening more auth clients * Update CHANGELOG.md --------- Co-authored-by: Lucas Bartholemy <luke-@users.noreply.github.com>
5 lines
149 B
JavaScript
5 lines
149 B
JavaScript
$(document).on('click', '.btn-auth-choice-more', function () {
|
|
$('.btn-auth-choice-more').hide();
|
|
$('.auth-choice-more-buttons').show();
|
|
});
|