diff options
| author | Simon | 2011-03-22 13:24:39 +0100 |
|---|---|---|
| committer | Simon | 2011-03-22 13:24:39 +0100 |
| commit | 16274cfd27846d799767af69eb170accbeb487d3 (patch) | |
| tree | acbba0bdaf228fa2ac25231d201d415bdb1337fe /application/modules/fbgui/views/scripts/index | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-16274cfd27846d799767af69eb170accbeb487d3.tar.gz pbs2-16274cfd27846d799767af69eb170accbeb487d3.tar.xz pbs2-16274cfd27846d799767af69eb170accbeb487d3.zip | |
FBGui Layout geändert
Diffstat (limited to 'application/modules/fbgui/views/scripts/index')
| -rw-r--r-- | application/modules/fbgui/views/scripts/index/index.phtml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/application/modules/fbgui/views/scripts/index/index.phtml b/application/modules/fbgui/views/scripts/index/index.phtml index 9f243e5..8077a56 100644 --- a/application/modules/fbgui/views/scripts/index/index.phtml +++ b/application/modules/fbgui/views/scripts/index/index.phtml @@ -3,8 +3,7 @@ $(document).ready(function(){ $('.menu').click(function(){ $('.menu').removeClass('selected'); - $(this).addClass('selected'); - console.log($(this).find('.id').val()); + $(this).addClass('selected'); $("#selectedBootOs").val($(this).find('.id').val()); }); }); |
