diff --git a/History.txt b/History.txt index eb6e40a..f8b3a72 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,8 @@ +== 1.2.3 2009-01-04 + +* Shortened footer message +* Moved website to github pages: http://drnic.github.com/github-badges + == 1.2.2 2008-05-07 * Added GITHUB_TITLE and GITHUB_SHOW_ALL options. diff --git a/src/user_badge.js b/src/user_badge.js index fee313a..e0af53c 100644 --- a/src/user_badge.js +++ b/src/user_badge.js @@ -93,7 +93,7 @@ GitHubBadge.requestUserInfo = function(username) { $.fn.buildFooter = function() { return this.append($( "" diff --git a/test/unit/user_badge_test.html b/test/unit/user_badge_test.html index e3cfb5a..61e13e1 100644 --- a/test/unit/user_badge_test.html +++ b/test/unit/user_badge_test.html @@ -59,7 +59,7 @@

JavaScript unit test file

"test that footer displayed": function() { with(this) { assertEqual(1, badge.find('.footer').size()); - var expected = 'GitHub Badge | Written by Dr Nic'; + var expected = 'GitHub Badge | Written by Dr Nic'; assertEqual(expected, $('div#github-badge .footer').html()); }} }, {testLog: "testlog"});