Commit 2cb6cca40f338a8da504b46954cbcbba96a4cc75

Authored by Виталий
1 parent a008704a

qwerty

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