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