kern3020 / opportunity

a web application dedicated to helping people find jobs
MIT License
0 stars 2 forks source link

No time picker on the interview/add form #4

Closed kern3020 closed 11 years ago

kern3020 commented 11 years ago

On the interview/add form, we collect the date and time of an interview. The date field has a date picker as it should but the time field doesn't. Problem: 404. the jquery plug in can't be found.

Failed to load resource: the server responded with a status of 404 (NOT FOUND) http://opportunity.herokuapp.com/static/js/jquery-ui-timepicker-addon.js Uncaught TypeError: Object [object Object] has no method 'timepicker'

kern3020 commented 11 years ago

works locally. Sounds like a problem hosting static files in production.

I also noticed the animated gif isn't found.