fix js typo
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
$.ajax({
|
||||
url: "/pools.json",
|
||||
data: {
|
||||
"search[is_active]": "true"
|
||||
"search[is_active]": "true",
|
||||
"search[name_matches]": req.term
|
||||
},
|
||||
method: "get",
|
||||
|
||||
Reference in New Issue
Block a user