From 26582f54c44f9a5af9f705fd0fd78358988535cc Mon Sep 17 00:00:00 2001 From: ASavedFramerule <102140802+ASavedFramerule@users.noreply.github.com> Date: Wed, 20 Jul 2022 03:43:00 -0400 Subject: [PATCH] Functional Stock Market I am hoping that this change will make the stock market functional again, but I will have to test to verify. --- stock_market.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stock_market.js b/stock_market.js index ed44fd1..e85ba81 100644 --- a/stock_market.js +++ b/stock_market.js @@ -914,7 +914,7 @@ money.stock_market = (function(){ if(this.settings.show_chart){ stock_html += "
"; - stock_html += ""; + stock_html += ""; stock_html += "
"; } @@ -1058,4 +1058,4 @@ money.stock_market = (function(){ }; -})().register(); \ No newline at end of file +})().register();