From 168e54a17a86c327f51eb5fad446d6e2f41d7711 Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Tue, 2 Feb 2016 19:16:25 +0100 Subject: Display progress bar when an upload is in progress Displays a progress bar when an upload is in progress and prohibits uploading multiple attachments in parallel. --- web-ui/app/js/views/templates.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web-ui/app/js/views/templates.js') diff --git a/web-ui/app/js/views/templates.js b/web-ui/app/js/views/templates.js index e5a3c435..f9d944b8 100644 --- a/web-ui/app/js/views/templates.js +++ b/web-ui/app/js/views/templates.js @@ -75,6 +75,7 @@ define(['hbs/templates'], function (templates) { Handlebars.registerPartial('tag_inner', Templates.tags.tagInner); Handlebars.registerPartial('recipients', Templates.compose.recipients); Handlebars.registerPartial('attachments_list', Templates.compose.attachmentsList); + Handlebars.registerPartial('attachments_upload', Templates.compose.attachmentsList); Handlebars.registerPartial('attachment_item', Templates.compose.attachmentItem); Handlebars.registerPartial('uploadAttachmentFailed', Templates.compose.uploadAttachmentFailed); -- cgit v1.2.3