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