mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 14:37:02 +03:00
Found more JSON properties to change into JavaScript camelCase
This commit is contained in:
parent
b9ef8ae2c9
commit
974350ebee
45 changed files with 361 additions and 412 deletions
|
|
@ -28,9 +28,8 @@
|
|||
}
|
||||
});
|
||||
|
||||
let template = document.getElementById('MailMessageList');
|
||||
|
||||
const msgMenu = template.content.querySelector('#more-list-dropdown-id + menu [data-bind*="forwardCommand"]');
|
||||
const msgMenu = document.getElementById('MailMessageList')
|
||||
.content.querySelector('#more-list-dropdown-id + menu [data-bind*="forwardCommand"]');
|
||||
if (msgMenu) {
|
||||
msgMenu.after(Element.fromHTML(`<li role="presentation" data-bind="css:{disabled:!messageList.hasChecked()}">
|
||||
<a href="#" tabindex="-1" data-icon="📥" data-bind="click: nextcloudSaveMsgs" data-i18n="NEXTCLOUD/SAVE_EML"></a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue