Skip to content
Snippets Groups Projects
Select Git revision
  • 76887f82d5a6502f255f6313f6e9c619eac64364
  • master default protected
  • v4.5.2
  • v4.5.1
  • v4.5.0
  • v4.4.0
  • v4.3.3
  • v4.3.2
  • v4.3.1
  • v4.3.0
  • v4.2.0
  • v4.1.0
  • v4.0.2
  • v4.0.1
  • v4.0.0
  • v3.4.0
  • v3.3.0
  • v3.2.0
  • v3.1.1
  • v3.1.0
  • v3.0.1
  • v3.0.0
22 results

ByteStream.h

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