lemonldap-ng/lemonldap-ng-portal/site/htdocs/static/common/js/idpchoice.js
2019-03-25 21:46:17 +01:00

10 lines
212 B
JavaScript

// Generated by CoffeeScript 1.12.8
(function() {
$(document).ready(function() {
return $(".idploop").on('click', function() {
return $("#idp").val($(this).attr("val"));
});
});
}).call(this);