merge
[myslice.git] / portal / templates / fed4fire / fed4fire_projectrequest_view.html
index 8c8ff52..5daf0cc 100644 (file)
@@ -157,6 +157,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();
+        });
+
     });
 /*