Administrator
/
test_3
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
e709d92b3dd9aa7bcd12b7e3734b3abb54ccf611
Authored by
Administrator
2016-03-10 10:29:56 +0200
1 parent
b3ef6f91
add yii jquery
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
frontend/config/main.php
Inline
Side-by-side
frontend/config/main.php
Wrap text
Show/Hide comments
View file @
e709d92
...
...
@@ -38,7 +38,6 @@ return [
38
38
'css' => []
39
39
],
40
40
'yii\web\JqueryAsset' =>[
41
- 'js' => ['//code.jquery.com/jquery-2.1.4.min.js'],
42
41
'jsOptions' => ['position' => \yii\web\View::POS_HEAD]
43
42
]
44
43
],
...
...