File size: 121 Bytes
eb77e7b |
1 2 3 4 5 |
$(document).ready(function () {
// Hide the authentication checkbox
$('#authenticated').parent().hide();
});
|
eb77e7b |
1 2 3 4 5 |
$(document).ready(function () {
// Hide the authentication checkbox
$('#authenticated').parent().hide();
});
|