mirror of
https://github.com/jiojciojsioe3/a3cjroijsiojiorj.git
synced 2024-11-15 07:21:50 +08:00
Don't lowercase the assigned value
This commit is contained in:
parent
387d1268fd
commit
14629ad12a
@ -42,10 +42,10 @@
|
||||
this.categoryAliases = {}
|
||||
|
||||
assets.categories.forEach(cat => {
|
||||
this.categoryAliases[cat.title.toLowerCase()] = cat.title.toLowerCase()
|
||||
this.categoryAliases[cat.title.toLowerCase()] = cat.title
|
||||
if(cat.aliases != null){
|
||||
cat.aliases.forEach(alias => {
|
||||
this.categoryAliases[alias.toLowerCase()] = cat.title.toLowerCase()
|
||||
this.categoryAliases[alias.toLowerCase()] = cat.title
|
||||
});
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user