diff options
Diffstat (limited to 'apps/files_sharing/js/templates/files_drop.handlebars')
-rw-r--r-- | apps/files_sharing/js/templates/files_drop.handlebars | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/files_sharing/js/templates/files_drop.handlebars b/apps/files_sharing/js/templates/files_drop.handlebars deleted file mode 100644 index 4128c920cb9..00000000000 --- a/apps/files_sharing/js/templates/files_drop.handlebars +++ /dev/null @@ -1,8 +0,0 @@ -<li title="{{name}}" data-name="{{name}}"> - {{#if isUploading}} - <div id="drop-upload-name">{{name}}</div><div id="drop-upload-status"></div> - <progress id="drop-upload-progress-bar" value="0" max="100"></progress> - {{else}} - <img src="{{iconSrc}}"/> {{name}} - {{/if}} -</li> |