/pools: don't filter inactive pools from autocomplete.

The inactive flag marks series pools that are finished (no more posts
will be added), not pools that are deleted. Finished series should still
be autocompleted.
This commit is contained in:
evazion
2017-03-30 00:12:29 -05:00
parent bb2f0ff795
commit 7f2859eb00

View File

@@ -27,7 +27,6 @@
$.ajax({
url: "/pools.json",
data: {
"search[is_active]": "true",
"search[name_matches]": req.term,
"limit": 10
},