Closed kern3020 closed 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'
works locally. Sounds like a problem hosting static files in production.
I also noticed the animated gif isn't found.
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'