From a1906b1377657763ccd9af1e4d5b69e096d7e65d Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Mon, 23 Dec 2024 11:10:41 +0200 Subject: [PATCH] Escape view in market links --- code.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code.user.js b/code.user.js index dfb9552..eb484f5 100644 --- a/code.user.js +++ b/code.user.js @@ -2167,7 +2167,7 @@ const ownerActions = $(`#${item_info_id}_item_owner_actions`); // Move market link to a button - ownerActions.append(`View in Community Market`); + ownerActions.append(`View in Community Market`); $(`#${item_info_id}_item_market_actions > div:nth-child(1) > div:nth-child(1)`).hide(); // ownerActions is hidden on other games' inventories, we need to show it to have a "Market" button visible