mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 00:35:50 +00:00
FIX: links in hamburger menu on subfolder installs
This commit is contained in:
parent
a4deb0e47d
commit
708efad96d
@ -19,7 +19,7 @@ export default createWidget('link', {
|
||||
return Discourse.getURL(router.router.generate.apply(router.router, params));
|
||||
}
|
||||
} else {
|
||||
return attrs.href;
|
||||
return Discourse.getURL(attrs.href);
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user