diff options
| author | Simon | 2011-04-07 16:25:05 +0200 |
|---|---|---|
| committer | Simon | 2011-04-07 16:25:05 +0200 |
| commit | fe8f0591ad8d45f24a6e13ea7e73f91036848152 (patch) | |
| tree | baca19b76841f6402987a30376d61e52c7fab603 /application/modules/user/views/scripts/pool | |
| parent | arrow zum aufklappen hinzugefügt (diff) | |
| download | pbs2-fe8f0591ad8d45f24a6e13ea7e73f91036848152.tar.gz pbs2-fe8f0591ad8d45f24a6e13ea7e73f91036848152.tar.xz pbs2-fe8f0591ad8d45f24a6e13ea7e73f91036848152.zip | |
pfeile in allen übersichten hinzugefügt, script ausgelagert
Diffstat (limited to 'application/modules/user/views/scripts/pool')
| -rw-r--r-- | application/modules/user/views/scripts/pool/index.phtml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/application/modules/user/views/scripts/pool/index.phtml b/application/modules/user/views/scripts/pool/index.phtml index 568654d..7d5a6cc 100644 --- a/application/modules/user/views/scripts/pool/index.phtml +++ b/application/modules/user/views/scripts/pool/index.phtml @@ -111,18 +111,6 @@ <?php echo $this->pagination; ?> -<script> -$(document).ready(function(){ - if($('.element').find('.dispnone').length >= 1){ - $(this).find('.title').css('cursor','pointer'); - - $('.title').click(function(){ - $(this).siblings('.dispnone').toggle(); - }); - } -}); -</script> - <?php if (isset($this->freeclients) && count($this->freeclients)>0): ?> <h2 style='margin-top:20px;'>Free clients</h2> <p style="text-align:right;"> |
