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

11 lines
250 B
JavaScript
Raw Normal View History

2020-01-15 22:12:02 +01:00
// Generated by CoffeeScript 1.12.7
(function() {
$(document).ready(function() {
return new Fingerprint2().get(function(result, components) {
$('#fg').attr("value", result);
return $('#form').submit();
});
});
}).call(this);