mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-05 11:40: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,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() {
|
||||
|
|
Loading…
Reference in a new issue