Commit d099c31a authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

правка для bugzserver/show_bug.cgi?id=24661

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56559 954022d7-b5bf-4e40-9824-e11837661b57
parent 057a2881
......@@ -3507,7 +3507,7 @@ var gUndoInsDelCellsFlag = true;
case 7:
if(type == 1)
{
if(newVal.search("?") || newVal.search("*"))
//if(newVal.search("?") || newVal.search("*"))
if(newVal.search(filterVal) == 0)//beginsWith
result[s] = true;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment