This commit is contained in:
Tyler Renelle 2013-03-05 14:02:46 -05:00
parent 1f94085875
commit 22c5acc303
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 8c7f9c66a7d12f47f50618ef420868fe836d0c33
Subproject commit eb24718add4dd36fe92fdbdb79e6ff4ce5919300

View file

@ -207,7 +207,7 @@ module.exports.app = (appExports, model, app) ->
#restoreRefs(model)
setupSortable(model)
setupTooltips(model)
#setupTour(model)
setupTour(model)
$('.datepicker').datepicker({autoclose:true, todayBtn:true})
.on 'changeDate', (ev) ->
#for some reason selecting a date doesn't fire a change event on the field, meaning our changes aren't saved