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