summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui/views
diff options
context:
space:
mode:
authorSimon2011-03-22 13:24:39 +0100
committerSimon2011-03-22 13:24:39 +0100
commit16274cfd27846d799767af69eb170accbeb487d3 (patch)
treeacbba0bdaf228fa2ac25231d201d415bdb1337fe /application/modules/fbgui/views
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-16274cfd27846d799767af69eb170accbeb487d3.tar.gz
pbs2-16274cfd27846d799767af69eb170accbeb487d3.tar.xz
pbs2-16274cfd27846d799767af69eb170accbeb487d3.zip
FBGui Layout geändert
Diffstat (limited to 'application/modules/fbgui/views')
-rw-r--r--application/modules/fbgui/views/scripts/index/index.phtml3
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());
});
});