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

Forced fallback prevents icon from being modified

ssokolow opened this issue · comments

I just tried current HEAD and fallback: 'force' prevents Tinycon from modifying the icon (which makes it essentially identical to manually modifying the title, except that each visitor's browser downloads some extra code).

Hey,

The option is provided for convenience for developers, you are right - there is little reason to use this option in a production environment.

I suppose, when I get around to using this in production, I'll fork it and patch in something like fallback: 'both'