From 91e72b22d2d508240da43239d24f4ee32d3c3931 Mon Sep 17 00:00:00 2001 From: Holly McFarland Date: Mon, 12 May 2025 17:23:03 -0400 Subject: [PATCH] I forgot a semicolon, that's embarassing --- scripts/stock-highlighter.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/stock-highlighter.user.js b/scripts/stock-highlighter.user.js index 9f2c343..94e6bbc 100644 --- a/scripts/stock-highlighter.user.js +++ b/scripts/stock-highlighter.user.js @@ -14,7 +14,7 @@ const DEFAULT_SELL_PRICE = 60; const SELL_PRICE_KEY = "__monorail_userscript_sell_price"; // Unlikely to collide with anything, I think - const SELL_COLOUR = "#77FF77" + const SELL_COLOUR = "#77FF77"; function getPairs(iter) { /*