Merge pull request #3 from ians88/patch-1

Update ajax-filter-posts.js
This commit is contained in:
Robbert de Kuiper
2018-02-20 10:05:01 +01:00
committed by GitHub

View File

@@ -146,7 +146,7 @@
* Remove a term from the set of query params
*
* @param string tax taxonomy of the term to remove
* @param {tring term term to remove
* @param {string term term to remove
*/
function removeQueryParam(tax, term) {
if (queryParams.tax.hasOwnProperty(tax)) {
@@ -335,4 +335,4 @@
init();
}());
}());