mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 11:36:45 +00:00
Merge branch 'Ozzystrasza-challenge_sample_tasks' into develop
This commit is contained in:
commit
def2ea0add
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
||||||
ng-change='changeCheck(task)'
|
ng-change='changeCheck(task)'
|
||||||
ui-keypress='{13:"task.completed = !task.completed; changeCheck(task)"}' )
|
ui-keypress='{13:"task.completed = !task.completed; changeCheck(task)"}' )
|
||||||
input.visuallyhidden.focusable(id='box-{{::obj._id}}_{{::task._id}}', type='checkbox',
|
input.visuallyhidden.focusable(id='box-{{::obj._id}}_{{::task._id}}', type='checkbox',
|
||||||
ng-if='!$state.includes("tasks")')
|
ng-disabled='$state.includes("options.social.challenges")')
|
||||||
label(for='box-{{::obj._id}}_{{::task._id}}')
|
label(for='box-{{::obj._id}}_{{::task._id}}')
|
||||||
|
|
||||||
// main content
|
// main content
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue