View file humhub-1.1.2/resources/user/authChoice.js

File size: 116B
$("#btnAuthChoiceMore").click(function () {
    $("#btnAuthChoiceMore").hide();
    $(".authChoiceMore").show();
});