Commit 1622f25db3f5ac4681a6a9bb5a4c7281b77b0a01

Authored by Виталий
1 parent 2cb6cca4

qwerty

Showing 2 changed files with 1 additions and 3 deletions   Show diff stats
app/assets/AppAsset.php
... ... @@ -19,7 +19,7 @@ class AppAsset extends AssetBundle
19 19 public $baseUrl = '@web';
20 20 public $css = [
21 21 'css/style.css',
22   - 'css/new-style.css',
  22 + '/css/new-style.css',
23 23 ];
24 24 public $js = [
25 25 ];
... ...
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;
... ...