Skip to content

Commit 73dbfbd

Browse files
author
yakudza
committed
clean up
1 parent e82cf9c commit 73dbfbd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

root/static/js/github.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77

88
function GithubUrl(item) {
99
this.item = $(item);
10-
var href = this.item.attr('href').replace('Perl-Email-Project', 'rjbs');
11-
this.href = href; //this.item.attr('href');
10+
this.href = this.item.attr('href');
1211
}
1312

1413
// Callback to handle Github JSONP redirects

0 commit comments

Comments
 (0)