diff --git a/themes/nurgul/layouts/mainN.htm b/themes/nurgul/layouts/mainN.htm index 34fc87a..ba6c0ab 100755 --- a/themes/nurgul/layouts/mainN.htm +++ b/themes/nurgul/layouts/mainN.htm @@ -86,7 +86,7 @@ function onStart(){ $('#loader_add').hide(); function addToCartq(prodId, qty) { - $(document).ready(function (){ + $(function (){ var product = {}; product.product_id = prodId; product.quantity = qty;