From d2362e6329c9e30fea3e4d2fdd06e32f6d16d3d8 Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Thu, 10 Aug 2017 12:29:28 -0700 Subject: [PATCH] addInventoryButton() under setting --- scripts/system/html/js/marketplacesInject.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/system/html/js/marketplacesInject.js b/scripts/system/html/js/marketplacesInject.js index 8368967c03..600159926e 100644 --- a/scripts/system/html/js/marketplacesInject.js +++ b/scripts/system/html/js/marketplacesInject.js @@ -151,9 +151,9 @@ // Try this here in case it works (it will if the user just pressed the "back" button, // since that doesn't trigger another AJAX request. - injectBuyButtonOnMainPage(); + injectBuyButtonOnMainPage; + addInventoryButton(); } - addInventoryButton(); } function injectHiFiItemPageCode() { @@ -168,8 +168,8 @@ 10, href); }); + addInventoryButton(); } - addInventoryButton(); } function updateClaraCode() {