Skip to content
Snippets Groups Projects
Commit 97d495b5 authored by Tomasz Wolniewicz's avatar Tomasz Wolniewicz
Browse files

Fixing the bug which broke the quick search

parent a37893ce
Branches
Tags
1 merge request!44Master
......@@ -97,7 +97,7 @@
var _participants = {{ participants|json_encode()|raw() }};
var _votingOnly = {{ votingOnly|json_encode()|raw() }};
var _candidates = {{ candidates|json_encode()|raw() }};
var _invited = {{ invited|json_encode()|raw() }};
var _invited = {{ invitedForSigning|json_encode()|raw() }};
var _allMembers = _participants.concat(_votingOnly, _invited, _candidates);
function quickSearch(input) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment