This commit is contained in:
Tyler Renelle
2013-03-05 14:02:46 -05:00
parent ce09d72708
commit 26a8917862
2 changed files with 2 additions and 2 deletions
+1 -1
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