forked from tommoor/tinycon
-
Notifications
You must be signed in to change notification settings - Fork 0
Updates from source #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
wayferer
wants to merge
55
commits into
wayferer:master
Choose a base branch
from
tommoor:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Add CommonJS support
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?
Update Tinycon.js for IE11 fallback
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
Basic Bower json as per spec: https://github.com/bower/spec/blob/master/json.md
#83 Add bower.json
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>
Update README.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.