From 09bc3a65f534ead69beb597a4e3bfdfab6754637 Mon Sep 17 00:00:00 2001 From: Rinjae Date: Wed, 9 Sep 2026 14:36:55 +0900 Subject: [PATCH] =?UTF-8?q?`API=20Selector=20=EC=A0=84=EC=97=AD=EB=B3=80?= =?UTF-8?q?=EC=88=98=20=EC=82=AC=EC=9A=A9=20=EC=88=98=EC=A0=95:=20window?= =?UTF-8?q?=20=E2=86=92=20globalThis`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/js/api-selector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/js/api-selector.js b/src/main/resources/static/js/api-selector.js index e96c8ee..2afbef1 100644 --- a/src/main/resources/static/js/api-selector.js +++ b/src/main/resources/static/js/api-selector.js @@ -22,7 +22,7 @@ document.addEventListener('DOMContentLoaded', function() { return; // 모듈 미사용 페이지 } - const configuredPageSize = Number(window.API_SELECTOR_PAGE_SIZE); + const configuredPageSize = Number(globalThis.API_SELECTOR_PAGE_SIZE); const PAGE_SIZE = Number.isInteger(configuredPageSize) && configuredPageSize > 0 ? configuredPageSize : 15; // DOM Elements