mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 12:10:44 +02:00
forgot this the first time
This commit is contained in:
parent
8fbdd207c8
commit
396f108182
1 changed files with 9 additions and 9 deletions
|
@ -179,7 +179,7 @@
|
|||
var cost = $('.item-cost').text();
|
||||
|
||||
if (parseInt(cost) > 0 && $('#side-info').find('#buyItemButton').size() === 0) {
|
||||
$('#side-info').find('.btn').html('<span class="glyphicon glyphicon-download" id="buyItemButton"></span>Own Item: ' + (parseFloat(cost / 100).toFixed(2)) + ' HFC');
|
||||
$('#side-info').find('.btn').html('<span class="glyphicon glyphicon-download" id="buyItemButton"></span>Own Item: ' + cost + ' HFC');
|
||||
}
|
||||
|
||||
$('#side-info').find('.btn').on('click', function () {
|
||||
|
|
Loading…
Reference in a new issue