humhub/static/resources/user/authChoice.js

4 lines
116 B
JavaScript

$("#btnAuthChoiceMore").click(function () {
$("#btnAuthChoiceMore").hide();
$(".authChoiceMore").show();
});