tardate / jquery.addtocalendar

jQuery UI widget that provides "Add to Calendar" functionality. Supports an extensible range of calendar services - desktop and web-based
MIT License
93 stars 35 forks source link

Doesn't work in older IE versions (including a fix) #2

Closed nfarina closed 13 years ago

nfarina commented 13 years ago

IE complained about 3 very minor JS syntax issues. Here's a patched version of the latest JS that works in IE6+7:

http://transportapp.appspot.com/xbPvc1/3r2/jquery.addtocal.js

tardate commented 13 years ago

thanks for the patch! I've merged it to master