mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-10 01:22:36 +02:00
addInventoryButton() under setting
This commit is contained in:
parent
e1064938cd
commit
d2362e6329
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue