Commit 74e7b97c authored by Ivan Tyagov's avatar Ivan Tyagov

Forgot to add a gadget. Typo.

parent 2280008a
{"price": "100,00 EUR",
"title": "chair",
"description": "A bar chair which ......................"}
"title": "Thinkpad t400 laptop",
"description": "A Thinkpad t400 laptop ......."}
<h3> Shopping cart </h3>
<div class="shopping-cart">
</div>
<script type="text/javascript" language="javascript">
function updateShoppingCart(){
shopping_cart = localStorage.getItem("ivan_new_shopping_cart");
$(".shopping-cart").html(shopping_cart);
}
updateShoppingCart();
</script>
\ No newline at end of file
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