kevalbhatt / timezone-picker

Select timezone using world map
http://kevalbhatt.github.io/timezone-picker
MIT License
98 stars 40 forks source link

TypeError: e is undefined #20

Open JellyWX opened 5 years ago

JellyWX commented 5 years ago

Getting a TypeError: e is undefined using any of the 2.0.0 releases on Firefox.

 timezone-picker.min.js:3384:29
    value http://localhost:5000/static/timezone-picker.min.js:3384
    n http://localhost:5000/static/timezone-picker.min.js:3372
    n.default/e.fn[t]/< http://localhost:5000/static/timezone-picker.min.js:122
each2jQuery t http://localhost:5000/static/timezone-picker.min.js:118
    <anonymous> http://localhost:5000/:68

Selection_001

This isn't breaking it but it's annoying having to place stuff into other script tags

kevalbhatt commented 5 years ago

@JellyWX could you able to work on this fix?

JellyWX commented 5 years ago

Yeah I can take a look

JellyWX commented 5 years ago

I may have this fixed but I cannot figure out how to build the project to test it

e: Managed to build eventually, working on it now

JellyWX commented 5 years ago

Issue is here: https://github.com/moment/moment-timezone/issues/324