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