Commit 70bfbe0aa0a7c0555bc1886b67589d7da5b8ba42
1 parent
0242920b
big commti
Showing
6 changed files
with
9 additions
and
15 deletions
Show diff stats
frontend/assets/AppAsset.php
frontend/assets/FlipclockAsset.php
... | ... | @@ -23,7 +23,6 @@ class FlipclockAsset extends AssetBundle |
23 | 23 | 'flipclock/compiled/flipclock.min.js' |
24 | 24 | ]; |
25 | 25 | public $jsOptions = array( |
26 | - 'position' => \yii\web\View::POS_END, | |
27 | - 'depends' => ['yii\web\JqueryAsset'] | |
26 | + 'position' => \yii\web\View::POS_END | |
28 | 27 | ); |
29 | 28 | } | ... | ... |
frontend/views/catalog/product.php
... | ... | @@ -14,9 +14,7 @@ use frontend\assets\FotoramaAsset; |
14 | 14 | use yii\helpers\Url; |
15 | 15 | use yii\web\View; |
16 | 16 | use yii\widgets\MaskedInput; |
17 | -use frontend\assets\FlipclockAsset; | |
18 | 17 | FotoramaAsset::register($this); |
19 | - FlipclockAsset::register($this); | |
20 | 18 | $this->title = $product->name; |
21 | 19 | |
22 | 20 | ... | ... |
frontend/views/event/_objects.php
frontend/views/event/show.php
frontend/widgets/views/slider.php