addInventoryButton() under setting

This commit is contained in:
Zach Fox 2017-08-10 12:29:28 -07:00
parent e1064938cd
commit d2362e6329

View file

@ -151,10 +151,10 @@
// 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();
}
}
function injectHiFiItemPageCode() {
if (confirmAllPurchases) {
@ -168,9 +168,9 @@
10,
href);
});
}
addInventoryButton();
}
}
function updateClaraCode() {
// Have to repeatedly update Clara page because its content can change dynamically without location.href changing.