File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Create an attribute called `data-repo`:
45
45
Include jQuery:
46
46
47
47
``` html
48
- <script src =" http://ajax.googleapis.com/ajax/libs/jquery/1.9.0 /jquery.min.js" ></script >
48
+ <script src =" http://ajax.googleapis.com/ajax/libs/jquery/2.1.1 /jquery.min.js" ></script >
49
49
```
50
50
51
51
Include plugin's CSS and JS:
Original file line number Diff line number Diff line change 13
13
],
14
14
"license" : " MIT" ,
15
15
"dependencies" : {
16
- "zepto " : " ~1.0.0 " ,
17
- "jquery " : " ~2.0.3 "
16
+ "jquery " : " ~2.1.1 " ,
17
+ "zepto " : " ~1.1.4 "
18
18
}
19
19
}
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ <h1>jQuery Github</h1>
34
34
35
35
< img id ="github-logo " src ="img/github-cat.png " alt ="Github Cat " />
36
36
37
- < script src ="../bower_components/jquery/jquery.min.js "> </ script >
37
+ < script src ="../bower_components/jquery/dist/ jquery.min.js "> </ script >
38
38
< script src ="../src/jquery.github.js "> </ script >
39
39
40
40
< script >
You can’t perform that action at this time.
0 commit comments