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