Bug 308835 Forgot review comment from last checkin

This commit is contained in:
jminta%gmail.com 2005-09-24 23:17:08 +00:00
Родитель d9796397bd
Коммит 7f3492082b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4,7 +4,7 @@
var calendarPrefStyleSheet = null;
for each(sheet in document.styleSheets) {
if (sheet.href.match(/chrome.*\/skin.*\/lightning.css$/ )) {
if (sheet.href == "chrome://lightning/skin/lightning.css") {
calendarPrefStyleSheet = sheet;
break;
}