mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 22:48:28 +03:00
fix formatting
This commit is contained in:
parent
ad8da7dce0
commit
2f8203abda
1 changed files with 2 additions and 2 deletions
|
|
@ -22,9 +22,9 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||
// Pass nextcloud themes and theme attributes to SnappyMail.
|
||||
function passThemes() {
|
||||
const iframe = document.getElementById('rliframe');
|
||||
if (!iframe) return;
|
||||
if (!iframe) return;
|
||||
|
||||
const target = iframe.contentWindow.document;
|
||||
const target = iframe.contentWindow.document;
|
||||
|
||||
const ncStylesheets = [...document.querySelectorAll('link.theme')];
|
||||
ncStylesheets.forEach(ncSheet => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue