зеркало из https://github.com/mozilla/pjs.git
Checked in patch for bug 245792
This commit is contained in:
Родитель
10071c573a
Коммит
06f8b510f0
|
@ -204,10 +204,11 @@ CalendarEventDataSource.prototype.search = function calEvent_search( searchText,
|
|||
{
|
||||
for ( i in fieldName )
|
||||
{
|
||||
var objValue = calendarEvent[ fieldName[i] ].toLowerCase();
|
||||
var objValue = calendarEvent[ fieldName[i] ];
|
||||
|
||||
if( objValue )
|
||||
{
|
||||
objValue = objValue.toLowerCase();
|
||||
if( objValue.indexOf( searchText ) != -1 )
|
||||
{
|
||||
searchEventTable[ searchEventTable.length ] = calendarEvent;
|
||||
|
|
Загрузка…
Ссылка в новой задаче