Mercurial > sat_legacy_website
view static/js/sat_website.js @ 121:544859115f88
advice to read the FAQ before trying out Libervia demo (regarding security warning)
author | souliane <souliane@mailoo.org> |
---|---|
date | Fri, 06 Nov 2015 09:17:42 +0100 |
parents | d54f2f09a73a |
children |
line wrap: on
line source
$(document).ready(function() { // language selector $('#language_select').change(function() { $('#language_form').submit(); }); // registration form $('#id_subscription_amount').change(function() { if ($(this).val() > 0) { $('#id_payment_method_group').show(); } else { $('#id_payment_method_group').hide(); } }); });