mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
remove title attrs from icons
This commit is contained in:
parent
bf79d7a55c
commit
83ef49ac8a
@ -287,7 +287,7 @@ define([
|
||||
role: 'button',
|
||||
'aria-label': Messages.contacts_fetchHistory
|
||||
});
|
||||
moreHistory.append(Icons.get('history', {title: Messages.contacts_fetchHistory}));
|
||||
moreHistory.append(Icons.get('history'));
|
||||
|
||||
var chan = state.channels[id];
|
||||
var displayName = UI.getDisplayName(chan.name || chan.displayName);
|
||||
@ -360,7 +360,7 @@ define([
|
||||
'role': 'button',
|
||||
'aria-label': Messages.contacts_removeHistoryTitle
|
||||
});
|
||||
removeHistory.append(Icons.get('remove-history', {title: Messages.contacts_removeHistoryTitle}));
|
||||
removeHistory.append(Icons.get('remove-history'));
|
||||
|
||||
$(removeHistory).on('keydown', function (e) {
|
||||
if (e.which === 13 || e.which === 32) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user