Removed total and price fields used in dcl flow
This commit is contained in:
parent
0bc2b22f62
commit
93d36306fb
3 changed files with 2 additions and 5 deletions
|
|
@ -156,9 +156,7 @@
|
|||
function _calcPricing() {
|
||||
var total = (cardPricing['cpu'].value * 5) + (2 * cardPricing['ram'].value) + (0.6 * cardPricing['storage'].value);
|
||||
total = parseFloat(total.toFixed(2));
|
||||
|
||||
$("#total").text(total);
|
||||
$('input[name=total]').val(total);
|
||||
}
|
||||
|
||||
function form_success() {
|
||||
|
|
@ -192,4 +190,4 @@
|
|||
});
|
||||
})
|
||||
}
|
||||
})(jQuery);
|
||||
})(jQuery);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue