From 48274b0446c81dba33d594f75300935bc9be5d6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Wed, 6 Nov 2019 17:01:26 +0100 Subject: [PATCH] Remove tooltip: document name in drive --- www/common/drive-ui.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/common/drive-ui.js b/www/common/drive-ui.js index c87d028d3..d0f1ce228 100644 --- a/www/common/drive-ui.js +++ b/www/common/drive-ui.js @@ -1810,7 +1810,6 @@ define([ var $name = $('', {'class': 'cp-app-drive-element-name'}).text(name); $element.append($name); $element.append($state); - $element.attr('title', name); // display the thumbnail // if the thumbnail has already been displayed once, do not reload it, keep the same url