mde / timezone-js

DEPRECATED: Timezone-enabled JavaScript Date object. Uses Olson zoneinfo files for timezone data.
824 stars 183 forks source link

Fix for latest jQuery $.ajax requires dataType for text content. #40

Closed jgable closed 12 years ago

jgable commented 12 years ago

The $.ajax requires the dataType be set to 'text' in order for the files to be transferred correctly in the timezoneJS.init() call.

I don't believe this will affect previous versions of jQuery, but you should probably double check.

longlho commented 12 years ago

Thanks for the fix :D