зеркало из https://github.com/mozilla/pjs.git
Bug 322917 Category color not used in new Day/Week View due to typo. r=dmose
This commit is contained in:
Родитель
bfb0b53c24
Коммит
6cca2d8751
|
@ -681,7 +681,7 @@
|
|||
categoriesList[i] = categoriesList[i].replace(' ','_');
|
||||
categoriesList[i] = categoriesList[i].toLowerCase();
|
||||
}
|
||||
categorySelectorList = categoriesList.join(" ");
|
||||
categoriesSelectorList = categoriesList.join(" ");
|
||||
}
|
||||
chunkBox.setAttribute("item-category", categoriesSelectorList);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче