Mercurial > sat_legacy_website
view static/js/sat_website.js @ 113:b96dbc7b6c61
use of “libre” in english version is replaced by “free (libre)” or “free (as in freedom)” to avoid miscomprehension
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 17 Oct 2015 18:54:31 +0200 |
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(); } }); });