Commit e709d92b3dd9aa7bcd12b7e3734b3abb54ccf611

Authored by Administrator
1 parent b3ef6f91

add yii jquery

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
frontend/config/main.php
@@ -38,7 +38,6 @@ return [ @@ -38,7 +38,6 @@ return [
38 'css' => [] 38 'css' => []
39 ], 39 ],
40 'yii\web\JqueryAsset' =>[ 40 'yii\web\JqueryAsset' =>[
41 - 'js' => ['//code.jquery.com/jquery-2.1.4.min.js'],  
42 'jsOptions' => ['position' => \yii\web\View::POS_HEAD] 41 'jsOptions' => ['position' => \yii\web\View::POS_HEAD]
43 ] 42 ]
44 ], 43 ],