This is safe
d.head is available at document-start in everything but Scriptish. Which we don't support
This commit is contained in:
parent
1b368e4edc
commit
525a3ebb79
@ -1,12 +1,11 @@
|
||||
Favicon =
|
||||
init: ->
|
||||
$.ready ->
|
||||
Favicon.el = $ 'link[rel="shortcut icon"]', d.head
|
||||
Favicon.el.type = 'image/x-icon'
|
||||
{href} = Favicon.el
|
||||
Favicon.SFW = /ws\.ico$/.test href
|
||||
Favicon.default = href
|
||||
Favicon.switch()
|
||||
Favicon.el = $ 'link[rel="shortcut icon"]', d.head
|
||||
Favicon.el.type = 'image/x-icon'
|
||||
{href} = Favicon.el
|
||||
Favicon.SFW = /ws\.ico$/.test href
|
||||
Favicon.default = href
|
||||
Favicon.switch()
|
||||
|
||||
switch: ->
|
||||
switch Conf['favicon']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user