mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 12:11:16 -05:00
FIX: Broken link
This commit is contained in:
parent
d1b9a9370a
commit
b8929b906c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export default Ember.Component.extend({
|
|||
|
||||
e.preventDefault();
|
||||
|
||||
DiscourseURL.routeTo(this.get('targetUrl'));
|
||||
DiscourseURL.routeTo(this.linkUrl);
|
||||
return false;
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue