diff options
| author | 2020-10-11 10:59:43 +0200 | |
|---|---|---|
| committer | 2020-10-11 10:59:43 +0200 | |
| commit | 191cda42e6b0fde9959b832d24b23ee0bf82c7ed (patch) | |
| tree | 841eea79da316b333869a7abbd0295451f43c21a /p/scripts | |
| parent | 0319cc9d234e107109d988f36f2361b25f9f0777 (diff) | |
Misc. minor
Whitespace...
Diffstat (limited to 'p/scripts')
| -rw-r--r-- | p/scripts/main.js | 6 |
1 files changed, 3 insertions, 3 deletions
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(); |
