diff options
| author | Kumar Priyansh <[email protected]> | 2019-06-03 06:01:44 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-06-03 06:01:44 +0530 |
| commit | 842f21be133f9c7fbf23423b2461476d713477a4 (patch) | |
| tree | fd7462f11985ebba12cae96bc61a928aeb11b593 | |
| parent | e65a527c22e28574aaf68bfddd13e9c4506b077d (diff) | |
| download | firebase-ecommerce-842f21be133f9c7fbf23423b2461476d713477a4.tar.xz firebase-ecommerce-842f21be133f9c7fbf23423b2461476d713477a4.zip | |
Updated CART Link
| -rw-r--r-- | shared/Dashboard.js | 4 |
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 |
