Commit 2cb6cca40f338a8da504b46954cbcbba96a4cc75
1 parent
a008704a
qwerty
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
js/new-basket.js
| 1 | 1 | $(document).ready(function() { |
| 2 | + alert('alert') | |
| 2 | 3 | modalForms(); |
| 3 | 4 | closeForms(); |
| 4 | 5 | function modalForms() { |
| ... | ... | @@ -40,6 +41,7 @@ $(document).ready(function() { |
| 40 | 41 | |
| 41 | 42 | function showBasket(e) { |
| 42 | 43 | e.preventDefault(); |
| 44 | + alert('qwerty') | |
| 43 | 45 | |
| 44 | 46 | var idForm = 'new-basket-modal'; |
| 45 | 47 | var pos = ($(window).scrollTop()) + 30; | ... | ... |