Remove tooltips: new file in toolbar and grid-view
This commit is contained in:
parent
48274b0446
commit
1e3d8b1c4a
@ -2485,7 +2485,6 @@ define([
|
|||||||
|
|
||||||
// Custom style:
|
// Custom style:
|
||||||
$block.find('button').addClass('cp-app-drive-toolbar-new');
|
$block.find('button').addClass('cp-app-drive-toolbar-new');
|
||||||
$block.find('button').attr('title', Messages.fm_newButtonTitle);
|
|
||||||
|
|
||||||
addNewPadHandlers($block, isInRoot);
|
addNewPadHandlers($block, isInRoot);
|
||||||
|
|
||||||
@ -2782,7 +2781,6 @@ define([
|
|||||||
}).prepend($addIcon.clone()).appendTo($list);
|
}).prepend($addIcon.clone()).appendTo($list);
|
||||||
$element.append($('<span>', {'class': 'cp-app-drive-element-name'})
|
$element.append($('<span>', {'class': 'cp-app-drive-element-name'})
|
||||||
.text(Messages.fm_newFile));
|
.text(Messages.fm_newFile));
|
||||||
$element.attr('title', Messages.fm_newFile);
|
|
||||||
$element.click(function () {
|
$element.click(function () {
|
||||||
var $modal = UIElements.createModal({
|
var $modal = UIElements.createModal({
|
||||||
id: 'cp-app-drive-new-ghost-dialog',
|
id: 'cp-app-drive-new-ghost-dialog',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user