From 23ba9bb8be070a5cc742287ae1530baaed0abf13 Mon Sep 17 00:00:00 2001 From: gabek Date: Thu, 1 Apr 2021 05:29:39 +0000 Subject: [PATCH] Prettified Code! --- webroot/js/components/external-action-modal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webroot/js/components/external-action-modal.js b/webroot/js/components/external-action-modal.js index fca1b8dd3..3889019d6 100644 --- a/webroot/js/components/external-action-modal.js +++ b/webroot/js/components/external-action-modal.js @@ -4,10 +4,10 @@ import htm from '/js/web_modules/htm.js'; const html = htm.bind(h); export default function ExternalActionModal({ url, title, onClose }) { - const loading = 'background:url(/img/loading.gif) center center no-repeat;' + const loading = 'background:url(/img/loading.gif) center center no-repeat;'; function loaded() { - document.querySelector("#external-modal-iframe").style = ''; + document.querySelector('#external-modal-iframe').style = ''; } return html`