add an XXX for the upload button's tooltip

This commit is contained in:
ansuz 2020-06-08 11:57:05 -04:00
parent 1ef79d44b4
commit ce5bcc0022

View File

@ -1364,6 +1364,7 @@ define([
case 'import':
button = $('<button>', {
'class': 'fa fa-upload cp-toolbar-icon-import',
// XXX text is weird anywhere other than the drive
title: Messages.importButtonTitle,
}).append($('<span>', {'class': 'cp-toolbar-drawer-element'}).text(Messages.importButton));
/*if (data.types) {