From b52da4c6643834ad9dfd1866bab72db6fab1b4c4 Mon Sep 17 00:00:00 2001 From: daria <95225431+dariiing@users.noreply.github.com> Date: Tue, 10 Jun 2025 10:43:22 +0300 Subject: [PATCH] remove variable --- www/common/sframe-common-mailbox.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/common/sframe-common-mailbox.js b/www/common/sframe-common-mailbox.js index 2a5b3f384..3f8b238f9 100644 --- a/www/common/sframe-common-mailbox.js +++ b/www/common/sframe-common-mailbox.js @@ -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)) ])