From: Thierry Parmentelat Date: Wed, 25 Sep 2013 16:15:39 +0000 (+0200) Subject: Merge branch 'master' of ssh://git.onelab.eu/git/myslice X-Git-Tag: myslice-0.2-4~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=981adc8a53dced015a8106b6c577cb8f4e636465;hp=aa5e85a81529245b22ad6afed170abe6879a1d7c;p=myslice.git Merge branch 'master' of ssh://git.onelab.eu/git/myslice --- diff --git a/portal/static/js/my_account.register.js b/portal/static/js/my_account.register.js index bb7fba49..73b76aca 100644 --- a/portal/static/js/my_account.register.js +++ b/portal/static/js/my_account.register.js @@ -8,7 +8,7 @@ Copyright 2013, UPMC Sorbonne Universités / LIP6 */ jQuery(document).ready(function(){ - jQuery("#commentForm").validate({ + jQuery("#registrationForm").validate({ rules: { password: { required: true @@ -19,7 +19,7 @@ jQuery(document).ready(function(){ } }); // upload button - jQuery("#question").change(function(){ + jQuery("#key-policy").change(function(){ if(this.value=="upload"){ jQuery("#upload_key").show(); }else{