On 10/22/2010 01:18 PM, Jakub Steiner wrote:
> ---
>   src/app/views/templates/new.haml |    8 --------
>   1 files changed, 0 insertions(+), 8 deletions(-)
>
> diff --git a/src/app/views/templates/new.haml 
> b/src/app/views/templates/new.haml
> index 915867c..0d3c1dd 100644
> --- a/src/app/views/templates/new.haml
> +++ b/src/app/views/templates/new.haml
> @@ -33,14 +33,6 @@
>             var url = '#{url_for :action =>  'dispatch', :id =>  @id}';
>             $('#metagrouppackages').load(url, data);
>           });
> -        //disclosure triangles
> -        $(".packages").hide();
> -        $groups.click(function() {
> -          var $packages = $(this).siblings('.packages');
> -          var $container = $(this).parent('li');
> -          $packages.toggle(200);
> -          $container.toggleClass('expanded');
> -        });
>         });
>       });
>       $('.remove_package').click(function() { 
> $(this).parent().parent().remove(); });

ACK and pushed
_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel

Reply via email to