tommoor / tinycon

A small library for manipulating the favicon, in particular adding alert bubbles and changing images.
MIT License
5.12k stars 278 forks source link

Doesnt fall back to title update in IE11 #79

Closed Thelonedevil closed 8 years ago

Thelonedevil commented 9 years ago

Since IE11 removed the MSIE portion of the user agent, it incorerectly identifies IE11 as a mozilla user agent, however it doesnt support the favicon redrawing, so needs to fall back. I am writing a small PR to fix this. EDIT: see PR #80 EDIT 2: see PR #81