Fix inline search (#588)

For some unknown reason, USO now requires a new param.
This commit is contained in:
narcolepticinsomniac 2018-11-27 23:39:35 -05:00 committed by Rob Garrison
parent e97a3ef269
commit 237d5c0c06

View File

@ -689,6 +689,7 @@ window.addEventListener('showStyles:done', function _() {
'/api/v1/styles/subcategory' +
'?search=' + encodeURIComponent(category) +
'&page=' + searchCurrentPage +
'&per_page=10' +
'&country=NA';
const cacheKey = category + '/' + searchCurrentPage;