Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI JS: fix the idnode_filter_fields fcn
  • Loading branch information
perexg committed Oct 11, 2014
1 parent 812c87e commit 47f56f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webui/static/app/idnode.js
Expand Up @@ -129,6 +129,7 @@ tvheadend.idnode_filter_fields = function(d, list)
break;
}
} else {
var o = list.split(',');
for (var i = 0; i < o.length; i++)
for (var j = 0; j < d.length; j++)
if (d[j].id === o[i]) {
Expand Down

0 comments on commit 47f56f7

Please sign in to comment.