mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-30 06:30:42 +00:00
tour fix
This commit is contained in:
parent
1f94085875
commit
22c5acc303
2 changed files with 2 additions and 2 deletions
2
public/vendor/bootstrap
vendored
2
public/vendor/bootstrap
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 8c7f9c66a7d12f47f50618ef420868fe836d0c33
|
||||
Subproject commit eb24718add4dd36fe92fdbdb79e6ff4ce5919300
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue