mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 16:23:39 +02:00
Fix bug preventing 'get' buttons from working in marketplace
This commit is contained in:
parent
f8cef6631b
commit
ed5da4f83b
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@
|
|||
}
|
||||
|
||||
purchaseButton.on('click', function () {
|
||||
if ('availabile' === availability) {
|
||||
if ('available' === availability) {
|
||||
buyButtonClicked(window.location.pathname.split("/")[3],
|
||||
$('#top-center').find('h1').text(),
|
||||
$('#creator').find('.value').text(),
|
||||
|
|
Loading…
Reference in a new issue