mirror of
https://github.com/humhub/humhub.git
synced 2025-02-22 10:14:19 +01:00
4 lines
116 B
JavaScript
4 lines
116 B
JavaScript
$("#btnAuthChoiceMore").click(function () {
|
|
$("#btnAuthChoiceMore").hide();
|
|
$(".authChoiceMore").show();
|
|
}); |