Select Git revision
ByteStream.h
-
Andrea Bulgarelli authoredAndrea Bulgarelli authored
tou.js 186 B
$('#tou-ck').on('change', function () {
if ($(this).is(':checked')) {
$('#tou-submit').removeClass('hide');
} else {
$('#tou-submit').addClass('hide');
}
});