File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ task :build do
248
248
page_auth . puts "Here are all people involved with php.js"
249
249
page_auth . puts ""
250
250
page_auth . puts "{% render_partial _includes/custom/community.html %}"
251
- system "node_modules/on-the-githubs/bin/ghcommunity-cache \
251
+ system "node_modules/on-the-githubs/bin/in-the-githubs \
252
252
--user kvz \
253
253
--repo phpjs \
254
254
--format html \
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "on-the-githubs" : " 2.0.0 "
3
+ "on-the-githubs" : " 2.0.5 "
4
4
}
5
5
}
Original file line number Diff line number Diff line change 1
1
< script type ="text/javascript " src ="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js "> </ script >
2
- < script src ="//kvz.github.io/on-the-githubs/js/jquery.ghevents .min.js "> </ script >
2
+ < script src ="//kvz.github.io/on-the-githubs/js/jquery.on-the-githubs .min.js "> </ script >
3
3
4
4
5
5
< script type ="text/javascript ">
6
- $ ( '.on-the-githubs-events ' ) . ghevents ( ) ;
6
+ $ ( '.on-the-githubs' ) . onthegithubs ( ) ;
7
7
// If you use bootstrap and want to enable tooltips
8
8
// $('a[rel]').tooltip();
9
9
</ script >
Original file line number Diff line number Diff line change 1
1
< section >
2
2
< h1 > On the githubs</ h1 >
3
3
< style >
4
- .on-the-githubs-events abbr {
4
+ .on-the-githubs abbr {
5
5
display : none !important ;
6
6
}
7
7
8
- .on-the-githubs-events p {
8
+ .on-the-githubs p {
9
9
width : 200px ;
10
10
}
11
11
12
- .on-the-githubs-events li {
12
+ .on-the-githubs li {
13
13
box-shadow : none !important ;
14
14
-webkit-box-shadow : none !important ;
15
15
-moz-box-shadow : none !important ;
16
16
border : 0px none !important ;
17
17
}
18
18
</ style >
19
- < ul class ="on-the-githubs-events " data-event-source ="repos/kvz/phpjs "> Loading...</ ul >
19
+ < ul class ="on-the-githubs " data-event-source ="repos/kvz/phpjs "> Loading...</ ul >
20
20
< br />
21
21
< br />
22
22
</ section >
You can’t perform that action at this time.
0 commit comments