mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Adds missing semicolon
This commit is contained in:
parent
f524c94bad
commit
11244f85a4
@ -417,7 +417,7 @@ function QuerysetService ($q, Rest, ProcessErrors, $rootScope, Wait, DjangoSearc
|
||||
|
||||
if (termParts.length === 1) {
|
||||
if (singleSearchParam && termParts[0].toLowerCase() === "or") {
|
||||
termParams = { [singleSearchParam]: "or" }
|
||||
termParams = { [singleSearchParam]: "or" };
|
||||
} else {
|
||||
termParams = searchWithoutKey(term, singleSearchParam);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user