tommoor / tinycon

A small library for manipulating the favicon, in particular adding alert bubbles and changing images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesnt fall back to title update in IE11

Thelonedevil opened this issue · comments

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