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

поскольку из меню уже не приходит "select all" в списке значени фильтра, изменил обработку.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47289 954022d7-b5bf-4e40-9824-e11837661b57
parent 9ada88c7
......@@ -1954,9 +1954,6 @@
if(!isArray)
{
// ToDo - убрать в новой версии (из меню не нужно присылать "Select All"
//if(array[0] && array[0].val == "Select All")
array.splice(0,1);
var newArray = [];
//преобразуем массив в другой вид
for(var m = 0; m < array.length; m++)
......
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