mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
remove variable
This commit is contained in:
parent
4aad4836a7
commit
b52da4c664
@ -101,7 +101,6 @@ define([
|
||||
avatar = h('span.cp-avatar-image', h('img', { src:'/customize/CryptPad_logo.svg' }));
|
||||
}
|
||||
var order = -Math.floor((Util.find(data, ['content', 'msg', 'ctime']) || 0) / 1000);
|
||||
const tabIndexValue = 0; //data.content.isClickable ? '0': 'undefined';
|
||||
notif = h('li.cp-notification', {
|
||||
role: 'menuitem',
|
||||
tabindex: '0',
|
||||
@ -110,7 +109,7 @@ define([
|
||||
}, [
|
||||
avatar,
|
||||
h('div.cp-notification-content', {
|
||||
tabindex: tabIndexValue
|
||||
tabindex: 0
|
||||
}, [
|
||||
h('p', data.content.msg.type + ' - ' +formatData(data))
|
||||
])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user