summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/js/templates/files_drop.handlebars
diff options
context:
space:
mode:
authorjulia.kirschenheuter <julia.kirschenheuter@nextcloud.com>2022-12-15 11:01:57 +0100
committerjulia.kirschenheuter <julia.kirschenheuter@nextcloud.com>2022-12-22 13:58:44 +0100
commita67c53af2b8b47584c2ebe8bc1d8068559bdb807 (patch)
tree8e080ca654c1cc21280e2387ee0be4fec951ac83 /apps/files_sharing/js/templates/files_drop.handlebars
parent7284091779183f14c222e8568cf4088318a761a1 (diff)
downloadnextcloud-server-a67c53af2b8b47584c2ebe8bc1d8068559bdb807.tar.gz
nextcloud-server-a67c53af2b8b47584c2ebe8bc1d8068559bdb807.zip
Replace custom tooltips with native ones in files_sharing
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/js/templates/files_drop.handlebars')
-rw-r--r--apps/files_sharing/js/templates/files_drop.handlebars4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/js/templates/files_drop.handlebars b/apps/files_sharing/js/templates/files_drop.handlebars
index 03db9eb6c7d..4128c920cb9 100644
--- a/apps/files_sharing/js/templates/files_drop.handlebars
+++ b/apps/files_sharing/js/templates/files_drop.handlebars
@@ -1,7 +1,7 @@
-<li data-toggle="tooltip" title="{{name}}" data-name="{{name}}">
+<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>
+ <progress id="drop-upload-progress-bar" value="0" max="100"></progress>
{{else}}
<img src="{{iconSrc}}"/> {{name}}
{{/if}}