Commit 83faae2eb08e5680f77ac8e0435a0a0258dd4deb
1 parent
fb432ae9
comment-modify
Showing
1 changed file
with
2 additions
and
2 deletions
controllets/datalet-selection-controllet/datalet-selection-controllet.html
| ... | ... | @@ -222,12 +222,12 @@ |
| 222 | 222 | |
| 223 | 223 | <div id="datalet_selection_column"> |
| 224 | 224 | |
| 225 | - <template is="dom-if" if={{modify}}> | |
| 225 | + <!--<template is="dom-if" if={{modify}}>--> | |
| 226 | 226 | <paper-material id="datalet_selection_comment" elevation="5"> |
| 227 | 227 | <div class="input_header">COMMENT</div> |
| 228 | 228 | <paper-textarea id="comment" no-label-float maxlength="100" label="comment (max 100 characters)"></paper-textarea> |
| 229 | 229 | </paper-material> |
| 230 | - </template> | |
| 230 | + <!--</template>--> | |
| 231 | 231 | |
| 232 | 232 | <paper-material id="datalet_selection_datalet" elevation="5"> |
| 233 | 233 | <div class="input_header">DATALET PREVIEW</div> | ... | ... |