mirror of
https://github.com/caty21/forex-dashboard.git
synced 2026-08-17 22:48:06 +00:00
fix: TvChart async=false (document.currentScript fix), YieldsTab dark theme + compact layout
This commit is contained in:
@@ -33,7 +33,7 @@ function mountEmbedWidget(
|
||||
|
||||
const script = document.createElement("script");
|
||||
script.type = "text/javascript";
|
||||
script.async = true;
|
||||
script.async = false; // false = exécution ordonnée → document.currentScript correctement défini
|
||||
script.src = scriptSrc;
|
||||
script.text = JSON.stringify(config);
|
||||
wrapper.appendChild(script);
|
||||
|
||||
Reference in New Issue
Block a user