scottwater / jquery.detect_timezone

A jQuery plugin for detect_timezone.js
41 stars 11 forks source link

return settings.default #2

Closed artissant closed 11 years ago

artissant commented 11 years ago

In jquery.detect_timezone.js IE7 throws a wobbly when you use return settings.default

I switched it to return settings['default'] and it worked fine.

scottwater commented 11 years ago

Thanks for submitting this. It has been updated.