From f0eb6b2688a40ab687079a00023095e5e683c028 Mon Sep 17 00:00:00 2001 From: Tuukka Ojala Date: Mon, 3 Jul 2023 13:22:34 +0300 Subject: [PATCH] Fix code formatting --- ui/static/js/modal_handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/static/js/modal_handler.js b/ui/static/js/modal_handler.js index d6e6a446..93fec6e2 100644 --- a/ui/static/js/modal_handler.js +++ b/ui/static/js/modal_handler.js @@ -53,7 +53,7 @@ class ModalHandler { firstFocusableElement.focus(); e.preventDefault(); } - } + }; } static open(fragment, initialFocusElementId) {