Skip to content

Conversation

@wayferer
Copy link
Owner

@wayferer wayferer commented Jul 8, 2020

No description provided.

eduardo-matos and others added 30 commits January 5, 2013 13:52
crossOrigin = 'anonymous' will not send cookies with requests. This
can, for example, cause a login redirect which results in the cross
origin error the code tried to avoid in the first place.
Fixed double-printing the favicon
Optionally set crossOrigin = 'anonymous'
Closure compiler keeps the header comments
containing `@license` or `@preserve`.
* https://developers.google.com/closure/compiler/docs/js-for-compiler#tag-license
…omment

Add license markup to header comment
This lets tools like Browserify and Webpack use Tinycon.
Without this, I ran into an error where my code tried to call `Tinycon.reset()` before Tinycon had save the `orginalFavicon` which caused it to try and set the favicon URL to `null`
Ensure we have a URL to set before setting it
Added grunt script to uglify
Fix Syntax Error in package.json
I suppose it's intended that way. Why else would there be a currentFavicon AND an originalFavicon variable?
Thelonedevil and others added 25 commits October 21, 2015 09:36
Update tinycon.js to allow case insensitive icon matching
Restore the original Favicon on reset
Tabs to spaces
Added note on installing from github
Fixed spelling mistakes
Reminified
Added license property to package.json
…tio.

Fractional pixel values cause drawing artifacts with text.
Tested on a retina display (rounds up to 2) and a standard
display (stays at 1).
Do not assume <link> tags are children of <head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.