Add link to github on debug log
// FREEBIE
This commit is contained in:
parent
f3de290f7c
commit
1f4587795e
3 changed files with 14 additions and 1 deletions
|
@ -11,7 +11,10 @@
|
|||
this.url = options.url;
|
||||
},
|
||||
render_attributes: function() {
|
||||
return { url: this.url };
|
||||
return {
|
||||
url: this.url,
|
||||
reportIssue: i18n('reportIssue')
|
||||
};
|
||||
}
|
||||
});
|
||||
Whisper.DebugLogView = Whisper.View.extend({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue