mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
add an XXX for the upload button's tooltip
This commit is contained in:
parent
1ef79d44b4
commit
ce5bcc0022
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user