progrium / hd-events

This repo is no longer canonical! See link below:
http://github.com/hackerdojo/hd-events
8 stars 1 forks source link

Date is in european style, users are complaining #4

Open bluehat opened 14 years ago

btubbs commented 14 years ago

I'm working on this one. Switching to the jqueryUI datepicker in the process. It's actually done but I found a very odd bug where the datepicker works fine the first time you create an event, then refuses to appear if you try to create a second one. This happens in both Chrome and Firefox.

btubbs commented 14 years ago

OK tracked that bug to the hd-events.js code that remembers form values in a cookie. It was erroring out by trying to pull values out of a null if you had submitted the form once in that browser session. Merging and sending Jeff my pull request now.