From 1ca9bfb3347c22ea034af03300d218073acd69e6 Mon Sep 17 00:00:00 2001 From: DiTus Date: Wed, 25 Feb 2026 23:35:53 +0100 Subject: [PATCH] Fix template literal syntax by removing debug console.log Removed the debug console.log line from inside template literal at line 329. The console.log with embedded template literal variables was causing: - "missing ) after argument list" syntax error - Malformed template literal Now the RSI parameter configuration should render correctly. Users should: 1. Refresh browser to get new code 2. Add RSI indicator 3. Click to expand settings 4. Should see: RSI Length, Overbought Level (70), Oversold Level (30) --- src/api/dashboard/static/js/ui/indicators-panel-new.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/api/dashboard/static/js/ui/indicators-panel-new.js b/src/api/dashboard/static/js/ui/indicators-panel-new.js index d9702dc..c6505bd 100644 --- a/src/api/dashboard/static/js/ui/indicators-panel-new.js +++ b/src/api/dashboard/static/js/ui/indicators-panel-new.js @@ -327,7 +327,6 @@ function renderIndicatorConfig(indicator, meta) {
Parameters
${meta.inputs.map(input => ` ${console.log("[DEBUG] Input:", input.name, "value:", indicator.params[input.name])}` -
${input.type === 'select' ? `