Fixed favicon
This commit is contained in:
parent
2af9f1e120
commit
c3d27b2414
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user