humhub/resources/user/authChoice.js
2016-05-20 17:05:42 +02:00

4 lines
116 B
JavaScript

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