mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +02:00
Regression in injection script
This commit is contained in:
parent
8723ff2df2
commit
4bdfe092cf
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@
|
|||
if (parseInt(cost) > 0) {
|
||||
var priceElement = $(this).find('.price')
|
||||
priceElement.css({ "width": "auto", "padding": "3px 5px", "height": "26px" });
|
||||
priceElement.text(parseFloat(cost / 100).toFixed(2) + ' HFC');
|
||||
priceElement.text(cost + ' HFC');
|
||||
priceElement.css({ "min-width": priceElement.width() + 10 });
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue