aboutsummaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2019-06-03 06:01:44 +0530
committerKumar Priyansh <[email protected]>2019-06-03 06:01:44 +0530
commit842f21be133f9c7fbf23423b2461476d713477a4 (patch)
treefd7462f11985ebba12cae96bc61a928aeb11b593 /shared
parente65a527c22e28574aaf68bfddd13e9c4506b077d (diff)
downloadfirebase-ecommerce-842f21be133f9c7fbf23423b2461476d713477a4.tar.xz
firebase-ecommerce-842f21be133f9c7fbf23423b2461476d713477a4.zip
Updated CART Link
Diffstat (limited to 'shared')
-rw-r--r--shared/Dashboard.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/shared/Dashboard.js b/shared/Dashboard.js
index 6b9990f..e4ecf9e 100644
--- a/shared/Dashboard.js
+++ b/shared/Dashboard.js
@@ -62,4 +62,8 @@ $(document).ready(function(){
}
});
}
+
+ $('#cart').click(function(){
+ window.location.replace('cart');
+ })
}) \ No newline at end of file