Removed total and price fields used in dcl flow

This commit is contained in:
PCoder 2017-09-23 13:21:01 +05:30
commit 93d36306fb
3 changed files with 2 additions and 5 deletions

View file

@ -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);