aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2019-06-09 19:44:47 +0530
committerKumar Priyansh <[email protected]>2019-06-09 19:44:47 +0530
commitc6e8231b317c3104f49222b1628f2d7287de13a8 (patch)
tree85cfa0c8904f115a1a8adfd1df60c6c96801111e /index.html
parentd19e879609da765d2a9d74990e25ad1761216654 (diff)
downloadfirebase-ecommerce-c6e8231b317c3104f49222b1628f2d7287de13a8.tar.xz
firebase-ecommerce-c6e8231b317c3104f49222b1628f2d7287de13a8.zip
Login Functions Updated
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 9dd56b9..d4b55d3 100644
--- a/index.html
+++ b/index.html
@@ -83,11 +83,11 @@
</div>
</div>
</div>
- <script src="shared/jquery.js"></script>
+ <script src="shared/js/jquery.js"></script>
<script crossorigin="anonymous" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script crossorigin="anonymous" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="https://www.gstatic.com/firebasejs/6.1.0/firebase.js"></script>
- <script src="shared/firebaseConfig.js"></script>
- <script src="shared/LoginCheck.js"></script>
+ <script src="shared/js/firebaseConfig.js"></script>
+ <script src="shared/js/LoginCheck.js"></script>
</body>
</html>