Commit f6aa8f2c by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

update jquery

See merge request manzarH/dic-global-dev!576
parents 67a9b1b4 8b4d88b6
......@@ -96,10 +96,12 @@
"x-rapidapi-host": "apidojo-yahoo-finance-v1.p.rapidapi.com"
}
};
$.ajax(settings).done(function (response) {
$(document).ready(function(){
$.ajax(settings).done(function (response) {
console.log(response);
});
});
</script>
</body>
</html>
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