Template:Biotec Dresden/Header

From 2010.igem.org

(Difference between revisions)
Line 17: Line 17:
$(function changeFavicon(imagepath){
$(function changeFavicon(imagepath){
$('link[type=image/x-icon]').remove();
$('link[type=image/x-icon]').remove();
-
$('<link type="image/x-icon" rel="shortcut icon" href="http://www.biotec.tu-dresden.de/fileadmin/templates/images/favicon.ico'" />').insertAfter('head');
+
$('<link type="image/x-icon" rel="shortcut icon" href="http://www.biotec.tu-dresden.de/fileadmin/templates/images/favicon.ico" />').insertAfter('head');
-
$('<link type="image/x-png" rel="icon" href="http://www.biotec.tu-dresden.de/fileadmin/templates/images/biotecicon.png'" />').insertAfter('head');
+
$('<link type="image/x-png" rel="icon" href="http://www.biotec.tu-dresden.de/fileadmin/templates/images/biotecicon.png" />').insertAfter('head');
});
});
-
 
</script>
</script>

Revision as of 16:04, 25 October 2010