Difference between revisions of "Template:Team:Aachen/Footer"
Line 59: | Line 59: | ||
} | } | ||
var splits = heading.split("/"); | var splits = heading.split("/"); | ||
− | var output = | + | var output = "<span class="hidden-xs hidden-sm">"; |
var pages = window.location.href.split('/'); | var pages = window.location.href.split('/'); | ||
for (i = 0; i < splits.length - 1; i++) | for (i = 0; i < splits.length - 1; i++) | ||
Line 74: | Line 74: | ||
} | } | ||
} | } | ||
− | output += | + | output += "</span>" + splits[splits.length-1].replace("Team:Aachen", "iGEM Aachen"); |
$(".headline_fill").html(output); | $(".headline_fill").html(output); | ||
$(".hl_shadow").html(output); | $(".hl_shadow").html(output); |
Revision as of 17:50, 17 September 2015