From e6ac2b3ae207c3b65eda5d8a6f90a90855975127 Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Tue, 16 Jun 2026 00:22:44 +0000 Subject: [PATCH] fix: call loadPipelineVisual() when switching assets --- static/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/script.js b/static/script.js index 172f58c..a8df166 100644 --- a/static/script.js +++ b/static/script.js @@ -30,6 +30,7 @@ function switchAsset(asset, btnEl) { // Reload data for new asset loadAssetBrief(); + loadPipelineVisual(); // Refresh pipeline visual for new asset loadConfig(); loadPortfolio(); loadMultiStratChart('live');