nesticot's picture
Upload script.js
eb77e7b verified
raw
history blame contribute delete
121 Bytes
$(document).ready(function () {
// Hide the authentication checkbox
$('#authenticated').parent().hide();
});