Select Git revision
retrieve_executor.py
-
Cristiano Urban authored
Signed-off-by:
Cristiano Urban <cristiano.urban@inaf.it>
Cristiano Urban authoredSigned-off-by:
Cristiano Urban <cristiano.urban@inaf.it>
tou.js 186 B
$('#tou-ck').on('change', function () {
if ($(this).is(':checked')) {
$('#tou-submit').removeClass('hide');
} else {
$('#tou-submit').addClass('hide');
}
});