Skip to content

Commit

Permalink
documentation/tabs.jsf
Browse files Browse the repository at this point in the history
  • Loading branch information
tipiirai committed Sep 23, 2011
1 parent 01a20ca commit f9bbb1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/tabs.jsf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<script>
$(function() {
var page = location.href.split("/").pop().split("#").shift() || 'index.html';
$("ul.tabs a[href*=" +page+ "]").addClass("current");
$("#right ul a[href*=/configuration]").addClass("selected");
$("ul.tabs a[href*='" +page+ "']").addClass("current");
$("#right ul a[href*='/configuration']").addClass("selected");
$("#biglink").addClass("current").click(function() { return false; });
});
</script>
Expand Down

0 comments on commit f9bbb1a

Please sign in to comment.