X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fonelab%2Fonelab_registration_view.html;h=62011060732859beacd9fcfea7e5ed0734b8c7cc;hb=91d5dda89b3cbd39807eb4644eeb6ecda506f7b8;hp=295fe80094a8fc03ac90c1e10ed22b637529d843;hpb=be7f5824d2561c5eb66000793ce2b7a3044cc7e2;p=myslice.git diff --git a/portal/templates/onelab/onelab_registration_view.html b/portal/templates/onelab/onelab_registration_view.html index 295fe800..62011060 100644 --- a/portal/templates/onelab/onelab_registration_view.html +++ b/portal/templates/onelab/onelab_registration_view.html @@ -489,9 +489,6 @@ $(document).ready(function(){ {% for authority in authorities %} {% if authority.name %} {value:"{{ authority.name }}",label:"{{authority.name}}"}, - // to show only full name - // {% else %} - // {value:"{{ authority.authority_hrn }}",label:"{{authority.authority_hrn}}"}, {% endif %} {% endfor %} {% else %} @@ -515,15 +512,10 @@ $(document).ready(function(){ minLength: 0, change: function (event, ui) { if(!ui.item){ - //http://api.jqueryui.com/autocomplete/#event-change - - // The item selected from the menu, if any. Otherwise the property is null - //so clear the item for force selection jQuery("#authority_hrn").val(""); } } - //select: function( event, ui ) {console.log(jQuery(this))} }); - // for hover texts $('[title!=""]').qtip(); $("form").validate(); $("form").submit(function() {