lemonldap-ng/lemonldap-ng-portal/site/htdocs/static/common/js/idpchoice.js
2018-06-29 17:51:39 +02:00

10 lines
212 B
JavaScript

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