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 e82cf9c commit 73dbfbdCopy full SHA for 73dbfbd
root/static/js/github.js
@@ -7,8 +7,7 @@
7
8
function GithubUrl(item) {
9
this.item = $(item);
10
- var href = this.item.attr('href').replace('Perl-Email-Project', 'rjbs');
11
- this.href = href; //this.item.attr('href');
+ this.href = this.item.attr('href');
12
}
13
14
// Callback to handle Github JSONP redirects
0 commit comments