Update javascripts/demo.js

Updated API call to markmalek instead of golovko
gh-pages
Mark Malek 2012-09-03 18:01:46 -03:00
parent 5754948ee1
commit 278b49684c
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
getCommits: function() {
var $self = $(this),
self = this,
url = 'https://api.github.com/repos/golovko/Fixed-Header-Table/commits?callback=?',
url = 'https://api.github.com/repos/markmalek/Fixed-Header-Table/commits?callback=?',
aMessages = new Array();
if ( $.isEmptyObject($self.data()) ) {