mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
FIX: Mobile raw templates were not being resolved
This commit is contained in:
parent
a149913c4d
commit
ea3db56d1c
12 changed files with 36 additions and 17 deletions
|
@ -10,6 +10,10 @@ export function setResolverOption(name, value) {
|
|||
_options[name] = value;
|
||||
}
|
||||
|
||||
export function getResolverOption(name) {
|
||||
return _options[name];
|
||||
}
|
||||
|
||||
function parseName(fullName) {
|
||||
const nameParts = fullName.split(":");
|
||||
const type = nameParts[0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue