Team:ETH Zurich/Templates/HeaderNew
From 2011.igem.org
(Difference between revisions)
Line 9: | Line 9: | ||
{ | { | ||
$(function() | $(function() | ||
- | + | { | |
var docLink = document.URL; | var docLink = document.URL; | ||
if (document.URL.indexOf("?") != -1) | if (document.URL.indexOf("?") != -1) | ||
Line 35: | Line 35: | ||
a.href = document.URL; | a.href = document.URL; | ||
var docPath = a.pathname + a.search; | var docPath = a.pathname + a.search; | ||
- | + | $('#loginLink').attr('href', 'https://2011.igem.org/wiki/index.php?title=Special:UserLogin&returnto=' + encodeURIComponent(docPath)); | |
- | $('#loginLink').attr('href', 'https://2011.igem.org/wiki/index.php?title=Special:UserLogin&returnto=' + encodeURIComponent(docPath)); | + | |
} | } | ||
+ | |||
}); | }); | ||
}); | }); |