Remove tooltips: new file in toolbar and grid-view

pull/1/head
David Benqué 2019-11-06 17:02:07 +01:00
parent 48274b0446
commit 1e3d8b1c4a
1 changed files with 0 additions and 2 deletions

View File

@ -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($('<span>', {'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',