Skip to content
Snippets Groups Projects
Select Git revision
14 results Searching

retrieve_executor.py

Blame
  • tou.js 186 B
    $('#tou-ck').on('change', function () {
        if ($(this).is(':checked')) {
            $('#tou-submit').removeClass('hide');
        } else {
            $('#tou-submit').addClass('hide');
        }
    });