Compare commits

..

2 Commits

Author SHA1 Message Date
Blade Barringer 543a9d06c1 3.39.1 2016-09-07 21:00:46 -05:00
Blade Barringer aff9af7db2 Revert "Disable checkbox"
This reverts commit 82448b2a93.
2016-09-07 20:45:40 -05:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "habitica",
"version": "3.39.0",
"version": "3.39.1",
"dependencies": {
"abbrev": {
"version": "1.0.9",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "habitica",
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
"version": "3.39.0",
"version": "3.39.1",
"main": "./website/server/index.js",
"dependencies": {
"@slack/client": "slackhq/node-slack-sdk#2ee794cd31326c54f38c518eef2b9d223327d939",
@@ -33,7 +33,7 @@
ng-change='changeCheck(task)'
ui-keypress='{13:"task.completed = !task.completed; changeCheck(task)"}' )
input.visuallyhidden.focusable(id='box-{{::obj._id}}_{{::task._id}}', type='checkbox',
ng-disabled='$state.includes("options.social.challenges")')
ng-if='!$state.includes("tasks")')
label(for='box-{{::obj._id}}_{{::task._id}}')
// main content