diff options
Diffstat (limited to 'apps/files_sharing/js/templates/files_drop.handlebars')
-rw-r--r-- | apps/files_sharing/js/templates/files_drop.handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/js/templates/files_drop.handlebars b/apps/files_sharing/js/templates/files_drop.handlebars index d4cc3e85b91..03db9eb6c7d 100644 --- a/apps/files_sharing/js/templates/files_drop.handlebars +++ b/apps/files_sharing/js/templates/files_drop.handlebars @@ -1,6 +1,6 @@ <li data-toggle="tooltip" title="{{name}}" data-name="{{name}}"> {{#if isUploading}} - <small>{{name}}</small><a id="status"></a> + <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}} |