Fixed favicon

This commit is contained in:
Rouslan Placella 2012-04-19 00:04:22 +01:00
parent 2af9f1e120
commit c3d27b2414

View File

@ -45,7 +45,7 @@ function fix_favicon() {
if (jQuery.browser.mozilla) {
// Move the link tags for the favicon to the bottom
// of the head element to force a reload of the favicon
$('head > link[href=\\.\\/favicon\\.ico]').appendTo('head');
$('head > link[href=favicon\\.ico]').appendTo('head');
}
}