diff options
Diffstat (limited to 'shared/Dashboard.js')
| -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 |
