summaryrefslogtreecommitdiffstats
path: root/client/components/boards
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-06-04 16:22:01 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-06-04 16:22:01 +0200
commit97807abd709f4355964b52105c0931d6671ff20b (patch)
tree49990c24cee345eca02a59439188c206095e7791 /client/components/boards
parent5d1c6b63becf7885be6945229bbc9e6a0a57b66b (diff)
downloadwekan-97807abd709f4355964b52105c0931d6671ff20b.tar.gz
wekan-97807abd709f4355964b52105c0931d6671ff20b.tar.bz2
wekan-97807abd709f4355964b52105c0931d6671ff20b.zip
Dissable temporarily the cache value of inlinedForm
Due to bug https://github.com/peerlibrary/meteor-blaze-components/issues/50
Diffstat (limited to 'client/components/boards')
-rw-r--r--client/components/boards/boardBody.jade2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/boards/boardBody.jade b/client/components/boards/boardBody.jade
index 57970c4f..c3043327 100644
--- a/client/components/boards/boardBody.jade
+++ b/client/components/boards/boardBody.jade
@@ -27,7 +27,7 @@ template(name="addListForm")
.list.js-list.list-composer.js-list-composer
+inlinedForm(autoclose=false)
input.list-name-input(type="text" placeholder="{{_ 'add-list'}}"
- autocomplete="off" autofocus value=getCache)
+ autocomplete="off" autofocus)
div.edit-controls.clearfix
button.primary.confirm.js-save-edit(type="submit") {{_ 'save'}}
a.fa.fa-times-thin.js-close-inlined-form