From 1e3d8b1c4ac7f29de846a681c2e2b2d5b915a501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Wed, 6 Nov 2019 17:02:07 +0100 Subject: [PATCH] Remove tooltips: new file in toolbar and grid-view --- www/common/drive-ui.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/common/drive-ui.js b/www/common/drive-ui.js index d0f1ce228..3baa3d977 100644 --- a/www/common/drive-ui.js +++ b/www/common/drive-ui.js @@ -2485,7 +2485,6 @@ define([ // Custom style: $block.find('button').addClass('cp-app-drive-toolbar-new'); - $block.find('button').attr('title', Messages.fm_newButtonTitle); addNewPadHandlers($block, isInRoot); @@ -2782,7 +2781,6 @@ define([ }).prepend($addIcon.clone()).appendTo($list); $element.append($('', {'class': 'cp-app-drive-element-name'}) .text(Messages.fm_newFile)); - $element.attr('title', Messages.fm_newFile); $element.click(function () { var $modal = UIElements.createModal({ id: 'cp-app-drive-new-ghost-dialog',