Created
June 10, 2011 17:04
-
-
Save bsatrom/1019272 to your computer and use it in GitHub Desktop.
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
$('head').ie9ify({ | |
applicationName: 'User InExperience', | |
tooltip: 'Brandon Satrom on Development, Design and Architecture', | |
tasks: [ { | |
'name': 'Blog', | |
'action': 'http://www.userinexperience.com/blog.aspx', | |
'icon': 'favicon.ico' | |
}, | |
{ | |
'name': 'Twitter', | |
'action': 'http://twitter.com/brandonsatrom', | |
'icon': 'http://a3.twimg.com/a/1285890902/images/iefavicon.ico' | |
}, | |
{ | |
'name': 'Stack Overflow', | |
'action': 'http://stackoverflow.com/users/380135/brandon-satrom', | |
'icon': 'http://sstatic.net/stackoverflow/img/favicon.ico' | |
}] | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment