add cart test

This commit is contained in:
Kerim 2023-06-21 03:28:57 +05:00
parent d29274612d
commit 78c1b26fe5
2 changed files with 3 additions and 1 deletions

2
themes/nurgul/assets/js/jquery.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -76,11 +76,11 @@ function onStart(){
<!-- preloader area end -->
<!-- All JS Plugins -->
<script src="{{'assets/jquery.js'|theme}}"></script>
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script> -->
<script src="{{'assets/js/plugins.js'|theme}}"></script>
<!-- Main JS -->
<script src="{{'assets/js/main.js'|theme}}"></script>
<script src="{{'assets/js/jquery.js'|theme}}"></script>
{% framework extras %}