Template:Team:Edinburgh/Code
From 2013.igem.org
(Difference between revisions)
Hristianita (Talk | contribs) |
Hristianita (Talk | contribs) |
||
Line 422: | Line 422: | ||
var hash = pValue +"-" + Cal.GetMonthName(); | var hash = pValue +"-" + Cal.GetMonthName(); | ||
if (document.getElementById(hash)) { | if (document.getElementById(hash)) { | ||
- | return "<td class='" + css_class + "'> | + | return "<td class='" + css_class + "'> <a href='#" + hash + "'>"+pValue +"</a></td>"; |
} else { | } else { | ||
return "<td class='" + css_class + " noEntries'>" + pValue +"</td>"; | return "<td class='" + css_class + " noEntries'>" + pValue +"</td>"; |
Revision as of 19:10, 29 September 2013