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