Skip to content

Commit 23281e6

Browse files
committed
Merge branch 'master' of https://github.com/fatbattk/gitvsgit
2 parents abdd987 + 20105bc commit 23281e6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

js/jquery.gvg.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
// gitvsgit jquery widget v 0.1.2 (http://git.io/XIauew)
1+
// gitvsgit jquery widget v 0.1.3 (http://git.io/XIauew)
22
// by @fatbattk
33

44
;(function($){
55
var $gvgs = $('div.gvg');
66
if($gvgs.length)
77
{
88
var gvg_table_class = 'gvg-ring',
9-
footer = 'made with /<a href="https://github.com/fatbattk/gitvsgit" target="_blank">gitvsgit</a>',
9+
footer = 'made with /<a href="http://git.io/XIauew" target="_blank">gitvsgit</a>',
1010
i = 0;
1111

1212
$('head').prepend('<style type="text/css">'
@@ -28,7 +28,7 @@
2828
var repo = $repos.split(','),
2929
repo_count = repo.length,
3030
repo_highlights = [],
31-
gvgaj =[];
31+
gvgaj = [];
3232

3333
if($gvg.data('highlight'))
3434
{
@@ -87,4 +87,4 @@
8787
}
8888
});
8989
}
90-
}(jQuery));
90+
})(jQuery);

js/jquery.gvg.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)