Skip to content

Commit 0e53ec0

Browse files
committed
Upgrade on-the-githubs
1 parent 1e3540d commit 0e53ec0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

_octopress/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ task :build do
248248
page_auth.puts "Here are all people involved with php.js"
249249
page_auth.puts ""
250250
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 \
252252
--user kvz \
253253
--repo phpjs \
254254
--format html \

_octopress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"on-the-githubs": "2.0.0"
3+
"on-the-githubs": "2.0.5"
44
}
55
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<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>
33

44

55
<script type="text/javascript">
6-
$('.on-the-githubs-events').ghevents();
6+
$('.on-the-githubs').onthegithubs();
77
// If you use bootstrap and want to enable tooltips
88
// $('a[rel]').tooltip();
99
</script>

_octopress/source/_includes/custom/asides/on-the-githubs.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<section>
22
<h1>On the githubs</h1>
33
<style>
4-
.on-the-githubs-events abbr{
4+
.on-the-githubs abbr{
55
display: none !important;
66
}
77

8-
.on-the-githubs-events p{
8+
.on-the-githubs p{
99
width: 200px;
1010
}
1111

12-
.on-the-githubs-events li{
12+
.on-the-githubs li{
1313
box-shadow: none !important;
1414
-webkit-box-shadow: none !important;
1515
-moz-box-shadow: none !important;
1616
border: 0px none !important;
1717
}
1818
</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>
2020
<br />
2121
<br />
2222
</section>

0 commit comments

Comments
 (0)