diff options
| author | Kumar Priyansh <[email protected]> | 2019-06-03 06:04:00 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-06-03 06:04:00 +0530 |
| commit | 83243428aadba10a3172b2027a63eac4788b8fc8 (patch) | |
| tree | a278e9bb696c67a104de1ba357d0772118f9df65 | |
| parent | 408824bef8108ca46b6e9e2266700a9e41fc2a9b (diff) | |
| download | firebase-ecommerce-83243428aadba10a3172b2027a63eac4788b8fc8.tar.xz firebase-ecommerce-83243428aadba10a3172b2027a63eac4788b8fc8.zip | |
Updated Cart JS Link
| -rw-r--r-- | dashboard/cart/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/cart/index.html b/dashboard/cart/index.html index 885289f..88e1feb 100644 --- a/dashboard/cart/index.html +++ b/dashboard/cart/index.html @@ -71,6 +71,6 @@ <script src="../../shared/jquery.js"></script> <script src="https://www.gstatic.com/firebasejs/6.1.0/firebase.js"></script> <script src="../../shared/firebaseConfig.js"></script> - <script src="../../shared/Dashboard.js"></script> + <script src="../../shared/cart.js"></script> </body> </html>
\ No newline at end of file |
