Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
add github username for displaying gist link
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Apr 4, 2014
1 parent 27b6e37 commit fb7b70b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
selected: 'design',
remoteHtml: '',
fileName: 'designer.html',
githubUser: 'designer-polymer',
githubToken: '77777d8808da580cd6134b7390b5fd306c66d1d6',
ready: function() {
document.addEventListener('keydown',
Expand Down Expand Up @@ -277,7 +278,7 @@
*/
},
getGistUrl: function() {
return 'https://gist.github.com/anonymous/' + this.fileId;
return 'https://gist.github.com/' + this.githubUser + '/' + this.fileId;
}
});
</script>
Expand Down

0 comments on commit fb7b70b

Please sign in to comment.