From 7008750fafc7f0c4c0b31f0a53f1ffaeb8f7e36a Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 6 Apr 2011 20:32:47 +0200 Subject: neues Design eingebettet, bei Role, Person &Group muss noch etwas überlegt werden --- application/modules/user/views/scripts/client/index.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/modules/user/views/scripts/client') diff --git a/application/modules/user/views/scripts/client/index.phtml b/application/modules/user/views/scripts/client/index.phtml index 6b7c43f..7cdc03d 100644 --- a/application/modules/user/views/scripts/client/index.phtml +++ b/application/modules/user/views/scripts/client/index.phtml @@ -62,7 +62,7 @@ $(document).ready(function(){ $(this).find('.title').css('cursor','pointer'); $('.title').click(function(){ - $(this).parent().find('.dispnone').toggle(); + $(this).siblings('.dispnone').toggle(); }); } }); -- cgit v1.2.3-55-g7522