Team:ETH Zurich/Templates/HeaderNew
From 2011.igem.org
(Difference between revisions)
Line 20: | Line 20: | ||
// $('#editLink').attr('href', docLink + 'action=edit'); | // $('#editLink').attr('href', docLink + 'action=edit'); | ||
- | $('#historyLink').attr('href', $('.left-menu' | + | $('#historyLink').attr('href', $('.left-menu ul li a').get(2).href); |
$('#logoutLink').attr('href', $('#pt-logout').children().get(0).href); | $('#logoutLink').attr('href', $('#pt-logout').children().get(0).href); | ||
} | } |