List Projects: click -> display the list
authorLoic Baron <loic.baron@lip6.fr>
Tue, 21 Apr 2015 15:30:51 +0000 (17:30 +0200)
committerLoic Baron <loic.baron@lip6.fr>
Tue, 21 Apr 2015 15:30:51 +0000 (17:30 +0200)
portal/templates/fed4fire/fed4fire_projectrequest_view.html

index 1da22fa..3ade206 100644 (file)
@@ -159,6 +159,12 @@ $(document).ready(function() {
         $("#project_loading").hide();
         $("#projects").html(projects.join( "" ));
         $("#projects").combobox();
+        var $s = jQuery("#projects").next().attr('id','listProjects');
+        jQuery('#listProjects').bind("click",function(){
+            // show all items click
+            this.childNodes[1].click();
+        });
+
     });
 /*