Select Git revision
anaconda-in-a-network-environment.md
-
Cain, Jacob R authoredCain, Jacob R authored
tou.js 186 B
$('#tou-ck').on('change', function () {
if ($(this).is(':checked')) {
$('#tou-submit').removeClass('hide');
} else {
$('#tou-submit').addClass('hide');
}
});