X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fstatic%2Fjs%2Fmy_account.edit_profile.js;h=026321f2238ae341275cbd13c7fb840a77761169;hb=958afd7b86e20e1529c2f7cc4662b47205945c40;hp=f98427e9e4d9838a9df90de7292cbd813e2f71d7;hpb=6f1b4de65529aa12b6acad29575335bd8692837a;p=unfold.git diff --git a/portal/static/js/my_account.edit_profile.js b/portal/static/js/my_account.edit_profile.js index f98427e9..026321f2 100644 --- a/portal/static/js/my_account.edit_profile.js +++ b/portal/static/js/my_account.edit_profile.js @@ -136,7 +136,7 @@ jQuery(document).ready(function(){ jQuery("#upload_file").click(function(){ jQuery("#span_upload").show(); - jQuery("#dl_file").hide(); + jQuery("#dl_pubkey").hide(); jQuery("#upload_file").hide(); jQuery("#keyval").hide(); // enforcing when one edit is clicked the rest will not work at same time @@ -157,7 +157,7 @@ jQuery(document).ready(function(){ jQuery("#span_upload").hide(); jQuery("#keyval").show(); - jQuery("#dl_file").show(); + jQuery("#dl_pubkey").show(); jQuery("#upload_file").show(); }); });