Commit 04c8b58a by Manzar Hussain

raw

parent 0effceea
......@@ -268,7 +268,7 @@
};
$.ajax(settings1).done(function (response) {
$('#nse').text(response.price.regularMarketPrice);
$('#nse').text(response.price.regularMarketPrice.raw);
console.log(response.price.regularMarketPrice);
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment