We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64df00f commit a7ac0d9Copy full SHA for a7ac0d9
js/jquery.gvg.js
@@ -1,12 +1,12 @@
1
-// gitvsgit jquery widget v 0.1.2 (http://git.io/XIauew)
+// gitvsgit jquery widget v 0.1.3 (http://git.io/XIauew)
2
// by @fatbattk
3
4
;(function($){
5
var $gvgs = $('div.gvg');
6
if($gvgs.length)
7
{
8
var gvg_table_class = 'gvg-ring',
9
- footer = 'made with /<a href="https://github.com/fatbattk/gitvsgit" target="_blank">gitvsgit</a>',
+ footer = 'made with /<a href="http://git.io/XIauew" target="_blank">gitvsgit</a>',
10
i = 0;
11
12
$('head').prepend('<style type="text/css">'
@@ -28,7 +28,7 @@
28
var repo = $repos.split(','),
29
repo_count = repo.length,
30
repo_highlights = [],
31
- gvgaj =[];
+ gvgaj = [];
32
33
if($gvg.data('highlight'))
34
@@ -87,4 +87,4 @@
87
}
88
});
89
90
-}(jQuery));
+})(jQuery);
0 commit comments