From 191cda42e6b0fde9959b832d24b23ee0bf82c7ed Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 11 Oct 2020 10:59:43 +0200 Subject: Misc. minor Whitespace... --- p/scripts/main.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'p/scripts') diff --git a/p/scripts/main.js b/p/scripts/main.js index 3e9453be0..ae44e9e32 100644 --- a/p/scripts/main.js +++ b/p/scripts/main.js @@ -1289,10 +1289,10 @@ function init_popup() { //Configure close button. document.getElementById('popup-close').addEventListener('click', function (ev) { - closePopup(); - }); + closePopup(); + }); - //Configure close-on-click. + //Configure close-on-click. window.addEventListener('click', function (ev) { if (ev.target == popup) { closePopup(); -- cgit v1.2.3