From 2f8203abda1689adf80d18c250cf66f1655b63bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Sat, 5 Nov 2022 15:27:24 +0000 Subject: [PATCH] fix formatting --- integrations/nextcloud/snappymail/js/snappymail.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/nextcloud/snappymail/js/snappymail.js b/integrations/nextcloud/snappymail/js/snappymail.js index cb41930f3..e35697e65 100644 --- a/integrations/nextcloud/snappymail/js/snappymail.js +++ b/integrations/nextcloud/snappymail/js/snappymail.js @@ -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 => {