Bug 322917 Category color not used in new Day/Week View due to typo. r=dmose
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@187770 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user