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