summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/compose/attachments_list.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/templates/compose/attachments_list.hbs')
-rw-r--r--web-ui/app/templates/compose/attachments_list.hbs9
1 files changed, 1 insertions, 8 deletions
diff --git a/web-ui/app/templates/compose/attachments_list.hbs b/web-ui/app/templates/compose/attachments_list.hbs
index 0091583d..4d3f1cac 100644
--- a/web-ui/app/templates/compose/attachments_list.hbs
+++ b/web-ui/app/templates/compose/attachments_list.hbs
@@ -12,14 +12,7 @@
{{> attachment_item this }}
{{/each }}
</ul>
- <ul id="attachment-upload-item">
- <li>
- <div id="attachment-upload-item-progress" class="progress">
- <div class="progress-bar"></div>
- </div>
- <a>Uploading... <i id="attachment-upload-item-abort" class="fa fa-close remove-icon"></i></a>
- </li>
- </ul>
+ <ul id="attachment-upload-item"></ul>
</div>
</div>