Skip to content
Snippets Groups Projects
Select Git revision
  • 4e0c3d3a8787c4751e50167519444fb70ca68534
  • master default
  • rocky-linux-9
  • development
  • v1.0.4
  • v1.0.3
  • v1.0.2
7 results

tou.js

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