lemonldap-ng/lemonldap-ng-portal/site/htdocs/static/common/js/registerbrowser.js

11 lines
250 B
JavaScript
Raw Normal View History

// Generated by CoffeeScript 1.12.8
(function() {
$(document).ready(function() {
return new Fingerprint2().get(function(result, components) {
$('#fg').attr("value", result);
return $('#form').submit();
});
});
}).call(this);