mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
don't use bootstrap tour until #578 fixed
This commit is contained in:
parent
378a03b6a0
commit
721803d4de
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ module.exports.app = (appExports, model, app) ->
|
|||
setupSortable(model)
|
||||
setupTooltips(model)
|
||||
setupGrowlNotifications(model) unless model.get('_view.mobileDevice')
|
||||
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