Skip to content
Snippets Groups Projects
Select Git revision
  • dcfc0eda6cdb5e6b80be4b1d98aacb1a62d465cf
  • main default protected
  • Kelvinrr-patch-5
  • Kelvinrr-patch-4
  • Kelvinrr-patch-3
  • update_release_doc
  • Kelvinrr-patch-2
  • Kelvinrr-patch-1
  • spice_docs
  • ale_testing
  • changelog_docs
  • 1.0.1
  • 1.0.0
13 results

anaconda-in-a-network-environment.md

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