From e55e6e8af6ecdcd031d452b648489074cb198ac7 Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Sun, 5 Apr 2026 04:09:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/js/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/js/app.js b/public/js/app.js index ab929f7..a38ea0e 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -80,7 +80,8 @@ changePasswordMessage: document.getElementById('changePasswordMessage'), globeContainer: document.getElementById('globeContainer'), globeTotalNodes: document.getElementById('globeTotalNodes'), - globeTotalRegions: document.getElementById('globeTotalRegions') + globeTotalRegions: document.getElementById('globeTotalRegions'), + sourceFilter: document.getElementById('sourceFilter') }; // ---- State ----